Html Css Color HEX #CF5720 Chocolate

📋 copy color: '#CF5720'

red 207 ◦ green 87 ◦ blue 32

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

Shades of Chocolate #CF5720

Tints of Chocolate #CF5720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.82%

R = 63.5%
G = 26.69%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF5720 (or 0xCF5720) is known color: Chocolate. HEX triplet: CF, 57 and 20. RGB value is (207,87,32). Sum of RGB (Red+Green+Blue) = 207+87+32=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5720 is #30A8DF. Grayscale: #747474. Windows color (decimal): -3188960 or 2119631. OLE color: 2119631.

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

Color convert

RGB 207 87 32 -
CMYK 0 0.58 0.85 0.19
HSL 18.86º 0.73% 0.47% -
HSV(B) 18.86º 0.85% 0.81% -
XYZ 29.4 20.19 3.71 -
YUV 116.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 207 87 32 0 0.58 0.85 0.19 18.86 0.73 0.47
Hex CF 57 20 0 3A 55 13 13 49 2F
Octal 317 127 40 0 72 125 23 23 111 57
Binary 11001111 1010111 100000 0 111010 1010101 10011 10011 1001001 101111

Color Harmonies of #CF5720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5720

Black with #CF5720

Text Example


Text Example

White with #CF5720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5720; }

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

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

background-color css

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

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

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

border-color css

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

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

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