#C3651B

Color #C3651B Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C3651B

Tints of Chocolate #C3651B

Color information

#C3651B (or 0xC3651B) is unknown color: approx Chocolate. HEX triplet: C3, 65 and 1B. RGB value is (195,101,27). Sum of RGB (Red+Green+Blue) = 195+101+27=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3651B is #3C9AE4. Grayscale: #797979. Windows color (decimal): -3971813 or 1795523. OLE color: 1795523.

HSL color Cylindrical-coordinate representation of color #C3651B: hue angle of 26.43º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3651B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19510127-
CMYK00.480.860.24
HSL26.43º75.68%43.53%-
HSV(B)26.43º86.15%76.47%-
XYZ27.3620.993.65-
YUV120.6775.14181.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 60.37%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 27 (10.94% from 255) = 8.36%
R=60.37%
G=31.27%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951012700.480.860.2426.4375.6843.53
HexC3651B03056181a4c2c
Octal30314533060126303211454
Binary110000111100101110110110000101011011000110101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3651B; }

 p { color: rgb(195,101,27); }

 H1.HeaderClassName
 {
   color: #C3651B;
 }
 .AnyTagClassName
 {
   color: #C3651B;
 }
</style>
background-color css

<style>
 a { background-color: #C3651B; }

 a { background-color: rgb(195,101,27); }

 div.DivClassName
 {
   background-color: #C3651B;
 }
 .BgClassName
 {
   background-color: #C3651B;
 }
</style>
border-color css

<style>
 span { border-color: #C3651B; }

 span { border-color: rgb(195,101,27); }

 td.TdClassName
 {
   border-color: #C3651B;
 }
 .TagClassName
 {
   border-color: #C3651B;
 }
</style>