Html Css Color HEX #C85A1B Chocolate

📋 copy color: '#C85A1B'

red 200 ◦ green 90 ◦ blue 27

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

Shades of Chocolate #C85A1B

Tints of Chocolate #C85A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 63.09%
G = 28.39%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C85A1B (or 0xC85A1B) is known color: Chocolate. HEX triplet: C8, 5A and 1B. RGB value is (200,90,27). Sum of RGB (Red+Green+Blue) = 200+90+27=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A1B is #37A5E4. Grayscale: #747474. Windows color (decimal): -3646949 or 1792712. OLE color: 1792712.

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

Color convert

RGB 200 90 27 -
CMYK 0 0.55 0.86 0.22
HSL 21.85º 0.76% 0.45% -
HSV(B) 21.85º 0.87% 0.78% -
XYZ 27.67 19.67 3.38 -
YUV 115.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 200 90 27 0 0.55 0.86 0.22 21.85 0.76 0.45
Hex C8 5A 1B 0 37 56 16 16 4C 2D
Octal 310 132 33 0 67 126 26 26 114 55
Binary 11001000 1011010 11011 0 110111 1010110 10110 10110 1001100 101101

Color Harmonies of #C85A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A1B

Black with #C85A1B

Text Example


Text Example

White with #C85A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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