Html Css Color HEX #CF5620 Chocolate

📋 copy color: '#CF5620'

red 207 ◦ green 86 ◦ blue 32

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

Shades of Chocolate #CF5620

Tints of Chocolate #CF5620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

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

R = 63.69%
G = 26.46%
B = 9.85%

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

#CF5620 (or 0xCF5620) is known color: Chocolate. HEX triplet: CF, 56 and 20. RGB value is (207,86,32). Sum of RGB (Red+Green+Blue) = 207+86+32=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5620 is #30A9DF. Grayscale: #747474. Windows color (decimal): -3189216 or 2119375. OLE color: 2119375.

HSL color Cylindrical-coordinate representation of color #CF5620: hue angle of 18.51º 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 #CF5620 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 86 32 -
CMYK 0 0.58 0.85 0.19
HSL 18.51º 0.73% 0.47% -
HSV(B) 18.51º 0.85% 0.81% -
XYZ 29.32 20.03 3.69 -
YUV 116.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 207 86 32 0 0.58 0.85 0.19 18.51 0.73 0.47
Hex CF 56 20 0 3A 55 13 13 49 2F
Octal 317 126 40 0 72 125 23 23 111 57
Binary 11001111 1010110 100000 0 111010 1010101 10011 10011 1001001 101111

Color Harmonies of #CF5620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5620

Black with #CF5620

Text Example


Text Example

White with #CF5620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5620; }

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

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

background-color css

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

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

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

border-color css

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

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

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