Html Css Color HEX #CF571B Chocolate

📋 copy color: '#CF571B'

red 207 ◦ green 87 ◦ blue 27

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

Shades of Chocolate #CF571B

Tints of Chocolate #CF571B

RGB

 RED value IS 207 (81.25% from 255) = 64.49%

 GREEN value IS 87 (34.38% from 255) = 27.1%

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

R = 64.49%
G = 27.1%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF571B (or 0xCF571B) is known color: Chocolate. HEX triplet: CF, 57 and 1B. RGB value is (207,87,27). Sum of RGB (Red+Green+Blue) = 207+87+27=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF571B is #30A8E4. Grayscale: #747474. Windows color (decimal): -3188965 or 1791951. OLE color: 1791951.

HSL color Cylindrical-coordinate representation of color #CF571B: hue angle of 20º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF571B is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 27 -
CMYK 0 0.58 0.87 0.19
HSL 20º 0.77% 0.46% -
HSV(B) 20º 0.87% 0.81% -
XYZ 29.34 20.16 3.38 -
YUV 116.04 77.76 192.88 -
System Red Green Blue C M Y K H S L
Decimal 207 87 27 0 0.58 0.87 0.19 20 0.77 0.46
Hex CF 57 1B 0 3A 57 13 14 4D 2E
Octal 317 127 33 0 72 127 23 24 115 56
Binary 11001111 1010111 11011 0 111010 1010111 10011 10100 1001101 101110

Color Harmonies of #CF571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF571B

Black with #CF571B

Text Example


Text Example

White with #CF571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF571B; }

 p { color: rgb(207,87,27); }

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

background-color css

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

 a { background-color: rgb(207,87,27); }

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

border-color css

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

 span { border-color: rgb(207,87,27); }

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