Html Css Color HEX #C85A19 Chocolate

📋 copy color: '#C85A19'

red 200 ◦ green 90 ◦ blue 25

#C85A19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C85A19

Tints of Chocolate #C85A19

RGB

 RED value IS 200 (78.52% from 255) = 63.49%

 GREEN value IS 90 (35.55% from 255) = 28.57%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 63.49%
G = 28.57%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C85A19 (or 0xC85A19) is known color: Chocolate. HEX triplet: C8, 5A and 19. RGB value is (200,90,25). Sum of RGB (Red+Green+Blue) = 200+90+25=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A19 is #37A5E6. Grayscale: #737373. Windows color (decimal): -3646951 or 1661640. OLE color: 1661640.

HSL color Cylindrical-coordinate representation of color #C85A19: hue angle of 22.29º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C85A19 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 25 -
CMYK 0 0.55 0.88 0.22
HSL 22.29º 0.78% 0.44% -
HSV(B) 22.29º 0.88% 0.78% -
XYZ 27.65 19.66 3.26 -
YUV 115.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 200 90 25 0 0.55 0.88 0.22 22.29 0.78 0.44
Hex C8 5A 19 0 37 58 16 16 4E 2C
Octal 310 132 31 0 67 130 26 26 116 54
Binary 11001000 1011010 11001 0 110111 1011000 10110 10110 1001110 101100

Color Harmonies of #C85A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A19

Black with #C85A19

Text Example


Text Example

White with #C85A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A19; }

 p { color: rgb(200,90,25); }

 H1.HeaderClassName
 {
   color: #C85A19;
 }
 .AnyTagClassName
 {
   color: #C85A19;
 }
</style>

background-color css

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

 a { background-color: rgb(200,90,25); }

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

border-color css

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

 span { border-color: rgb(200,90,25); }

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