Html Css Color HEX #CF720F Chocolate

📋 copy color: '#CF720F'

red 207 ◦ green 114 ◦ blue 15

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

Shades of Chocolate #CF720F

Tints of Chocolate #CF720F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 61.61%
G = 33.93%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF720F (or 0xCF720F) is known color: Chocolate. HEX triplet: CF, 72 and 0F. RGB value is (207,114,15). Sum of RGB (Red+Green+Blue) = 207+114+15=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF720F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF720F is #308DF0. Grayscale: #838383. Windows color (decimal): -3182065 or 1012431. OLE color: 1012431.

HSL color Cylindrical-coordinate representation of color #CF720F: hue angle of 30.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF720F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 15 -
CMYK 0 0.45 0.93 0.19
HSL 30.94º 0.86% 0.44% -
HSV(B) 30.94º 0.93% 0.81% -
XYZ 31.84 25.33 3.66 -
YUV 130.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 207 114 15 0 0.45 0.93 0.19 30.94 0.86 0.44
Hex CF 72 F 0 2D 5D 13 1F 56 2C
Octal 317 162 17 0 55 135 23 37 126 54
Binary 11001111 1110010 1111 0 101101 1011101 10011 11111 1010110 101100

Color Harmonies of #CF720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF720F

Black with #CF720F

Text Example


Text Example

White with #CF720F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF720F; }

 p { color: rgb(207,114,15); }

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

background-color css

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

 a { background-color: rgb(207,114,15); }

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

border-color css

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

 span { border-color: rgb(207,114,15); }

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