Html Css Color HEX #CF720A Chocolate

📋 copy color: '#CF720A'

red 207 ◦ green 114 ◦ blue 10

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

Shades of Chocolate #CF720A

Tints of Chocolate #CF720A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.02%

R = 62.54%
G = 34.44%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF720A (or 0xCF720A) is known color: Chocolate. HEX triplet: CF, 72 and 0A. RGB value is (207,114,10). Sum of RGB (Red+Green+Blue) = 207+114+10=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF720A is #308DF5. Grayscale: #828282. Windows color (decimal): -3182070 or 684751. OLE color: 684751.

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

Color convert

RGB 207 114 10 -
CMYK 0 0.45 0.95 0.19
HSL 31.68º 0.91% 0.43% -
HSV(B) 31.68º 0.95% 0.81% -
XYZ 31.8 25.32 3.5 -
YUV 129.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 207 114 10 0 0.45 0.95 0.19 31.68 0.91 0.43
Hex CF 72 A 0 2D 5F 13 20 5B 2B
Octal 317 162 12 0 55 137 23 40 133 53
Binary 11001111 1110010 1010 0 101101 1011111 10011 100000 1011011 101011

Color Harmonies of #CF720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF720A

Black with #CF720A

Text Example


Text Example

White with #CF720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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