Html Css Color HEX #C85A1F Chocolate

📋 copy color: '#C85A1F'

red 200 ◦ green 90 ◦ blue 31

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

Shades of Chocolate #C85A1F

Tints of Chocolate #C85A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 62.31%
G = 28.04%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C85A1F (or 0xC85A1F) is known color: Chocolate. HEX triplet: C8, 5A and 1F. RGB value is (200,90,31). Sum of RGB (Red+Green+Blue) = 200+90+31=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A1F is #37A5E0. Grayscale: #747474. Windows color (decimal): -3646945 or 2054856. OLE color: 2054856.

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

Color convert

RGB 200 90 31 -
CMYK 0 0.55 0.84 0.22
HSL 20.95º 0.73% 0.45% -
HSV(B) 20.95º 0.85% 0.78% -
XYZ 27.72 19.69 3.64 -
YUV 116.16 79.94 187.8 -
System Red Green Blue C M Y K H S L
Decimal 200 90 31 0 0.55 0.84 0.22 20.95 0.73 0.45
Hex C8 5A 1F 0 37 54 16 15 49 2D
Octal 310 132 37 0 67 124 26 25 111 55
Binary 11001000 1011010 11111 0 110111 1010100 10110 10101 1001001 101101

Color Harmonies of #C85A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A1F

Black with #C85A1F

Text Example


Text Example

White with #C85A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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