#C86925

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

Shades of Chocolate #C86925

Tints of Chocolate #C86925

Color information

#C86925 (or 0xC86925) is unknown color: approx Chocolate. HEX triplet: C8, 69 and 25. RGB value is (200,105,37). Sum of RGB (Red+Green+Blue) = 200+105+37=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C86925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86925 is #3796DA. Grayscale: #7E7E7E. Windows color (decimal): -3643099 or 2451912. OLE color: 2451912.

HSL color Cylindrical-coordinate representation of color #C86925: hue angle of 25.03º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C86925 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB20010537-
CMYK00.480.820.22
HSL25.03º68.78%46.47%-
HSV(B)25.03º81.5%78.43%-
XYZ29.222.524.56-
YUV125.6577.97181.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 37 (14.84% from 255) = 10.82%
R=58.48%
G=30.70%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001053700.480.820.2225.0368.7846.47
HexC86925030521619452e
Octal31015145060122263110556
Binary1100100011010011001010110000101001010110110011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86925; }

 p { color: rgb(200,105,37); }

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

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

 a { background-color: rgb(200,105,37); }

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

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

 span { border-color: rgb(200,105,37); }

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