#C4671A

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

Shades of Chocolate #C4671A

Tints of Chocolate #C4671A

Color information

#C4671A (or 0xC4671A) is unknown color: approx Chocolate. HEX triplet: C4, 67 and 1A. RGB value is (196,103,26). Sum of RGB (Red+Green+Blue) = 196+103+26=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4671A is #3B98E5. Grayscale: #7A7A7A. Windows color (decimal): -3905766 or 1730500. OLE color: 1730500.

HSL color Cylindrical-coordinate representation of color #C4671A: hue angle of 27.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4671A is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19610326-
CMYK00.470.870.23
HSL27.18º76.58%43.53%-
HSV(B)27.18º86.73%76.86%-
XYZ27.821.513.66-
YUV122.0373.81180.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.31%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 26 (10.55% from 255) = 8%
R=60.31%
G=31.69%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961032600.470.870.2327.1876.5843.53
HexC4671A02F57171b4d2c
Octal30414732057127273311554
Binary110001001100111110100101111101011110111110111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4671A; }

 p { color: rgb(196,103,26); }

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

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

 a { background-color: rgb(196,103,26); }

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

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

 span { border-color: rgb(196,103,26); }

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