Html Css Color HEX #C85C1B Chocolate

📋 copy color: '#C85C1B'

red 200 ◦ green 92 ◦ blue 27

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

Shades of Chocolate #C85C1B

Tints of Chocolate #C85C1B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 62.7%
G = 28.84%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C85C1B (or 0xC85C1B) is known color: Chocolate. HEX triplet: C8, 5C and 1B. RGB value is (200,92,27). Sum of RGB (Red+Green+Blue) = 200+92+27=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C1B is #37A3E4. Grayscale: #757575. Windows color (decimal): -3646437 or 1793224. OLE color: 1793224.

HSL color Cylindrical-coordinate representation of color #C85C1B: hue angle of 22.54º 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 #C85C1B is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 92 27 -
CMYK 0 0.54 0.86 0.22
HSL 22.54º 0.76% 0.45% -
HSV(B) 22.54º 0.87% 0.78% -
XYZ 27.84 20.01 3.43 -
YUV 116.88 77.28 187.29 -
System Red Green Blue C M Y K H S L
Decimal 200 92 27 0 0.54 0.86 0.22 22.54 0.76 0.45
Hex C8 5C 1B 0 36 56 16 17 4C 2D
Octal 310 134 33 0 66 126 26 27 114 55
Binary 11001000 1011100 11011 0 110110 1010110 10110 10111 1001100 101101

Color Harmonies of #C85C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C1B

Black with #C85C1B

Text Example


Text Example

White with #C85C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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