Html Css Color HEX #CF7020 Chocolate

📋 copy color: '#CF7020'

red 207 ◦ green 112 ◦ blue 32

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

Shades of Chocolate #CF7020

Tints of Chocolate #CF7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 58.97%
G = 31.91%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF7020 (or 0xCF7020) is known color: Chocolate. HEX triplet: CF, 70 and 20. RGB value is (207,112,32). Sum of RGB (Red+Green+Blue) = 207+112+32=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7020 is #308FDF. Grayscale: #838383. Windows color (decimal): -3182560 or 2126031. OLE color: 2126031.

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

Color convert

RGB 207 112 32 -
CMYK 0 0.46 0.85 0.19
HSL 27.43º 0.73% 0.47% -
HSV(B) 27.43º 0.85% 0.81% -
XYZ 31.79 24.96 4.51 -
YUV 131.29 71.97 182 -
System Red Green Blue C M Y K H S L
Decimal 207 112 32 0 0.46 0.85 0.19 27.43 0.73 0.47
Hex CF 70 20 0 2E 55 13 1B 49 2F
Octal 317 160 40 0 56 125 23 33 111 57
Binary 11001111 1110000 100000 0 101110 1010101 10011 11011 1001001 101111

Color Harmonies of #CF7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7020

Black with #CF7020

Text Example


Text Example

White with #CF7020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7020; }

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

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

background-color css

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

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

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

border-color css

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

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

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