#C3601A

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

Shades of Chocolate #C3601A

Tints of Chocolate #C3601A

Color information

#C3601A (or 0xC3601A) is unknown color: approx Chocolate. HEX triplet: C3, 60 and 1A. RGB value is (195,96,26). Sum of RGB (Red+Green+Blue) = 195+96+26=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C3601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3601A is #3C9FE5. Grayscale: #767676. Windows color (decimal): -3973094 or 1728707. OLE color: 1728707.

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

Color convert

RGB1959626-
CMYK00.510.870.24
HSL24.85º76.47%43.33%-
HSV(B)24.85º86.67%76.47%-
XYZ26.8820.043.43-
YUV117.6276.3183.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=61.51%
G=30.28%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195962600.510.870.2424.8576.4743.33
HexC3601A0335718194c2b
Octal30314032063127303111453
Binary110000111100000110100110011101011111000110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3601A; }

 p { color: rgb(195,96,26); }

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

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

 a { background-color: rgb(195,96,26); }

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

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

 span { border-color: rgb(195,96,26); }

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