Html Css Color HEX #C85F1B Chocolate

📋 copy color: '#C85F1B'

red 200 ◦ green 95 ◦ blue 27

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

Shades of Chocolate #C85F1B

Tints of Chocolate #C85F1B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

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

R = 62.11%
G = 29.5%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C85F1B (or 0xC85F1B) is known color: Chocolate. HEX triplet: C8, 5F and 1B. RGB value is (200,95,27). Sum of RGB (Red+Green+Blue) = 200+95+27=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F1B is #37A0E4. Grayscale: #777777. Windows color (decimal): -3645669 or 1793992. OLE color: 1793992.

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

Color convert

RGB 200 95 27 -
CMYK 0 0.52 0.86 0.22
HSL 23.58º 0.76% 0.45% -
HSV(B) 23.58º 0.87% 0.78% -
XYZ 28.11 20.54 3.52 -
YUV 118.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 200 95 27 0 0.52 0.86 0.22 23.58 0.76 0.45
Hex C8 5F 1B 0 34 56 16 18 4C 2D
Octal 310 137 33 0 64 126 26 30 114 55
Binary 11001000 1011111 11011 0 110100 1010110 10110 11000 1001100 101101

Color Harmonies of #C85F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F1B

Black with #C85F1B

Text Example


Text Example

White with #C85F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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