Html Css Color HEX #CF5914 Chocolate

📋 copy color: '#CF5914'

red 207 ◦ green 89 ◦ blue 20

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

Shades of Chocolate #CF5914

Tints of Chocolate #CF5914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.16%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 65.51%
G = 28.16%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5914 (or 0xCF5914) is known color: Chocolate. HEX triplet: CF, 59 and 14. RGB value is (207,89,20). Sum of RGB (Red+Green+Blue) = 207+89+20=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5914 is #30A6EB. Grayscale: #747474. Windows color (decimal): -3188460 or 1333711. OLE color: 1333711.

HSL color Cylindrical-coordinate representation of color #CF5914: hue angle of 22.14º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF5914 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 89 20 -
CMYK 0 0.57 0.90 0.19
HSL 22.14º 0.82% 0.45% -
HSV(B) 22.14º 0.9% 0.81% -
XYZ 29.43 20.46 3.06 -
YUV 116.42 73.59 192.61 -
System Red Green Blue C M Y K H S L
Decimal 207 89 20 0 0.57 0.90 0.19 22.14 0.82 0.45
Hex CF 59 14 0 39 5A 13 16 52 2D
Octal 317 131 24 0 71 132 23 26 122 55
Binary 11001111 1011001 10100 0 111001 1011010 10011 10110 1010010 101101

Color Harmonies of #CF5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5914

Black with #CF5914

Text Example


Text Example

White with #CF5914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5914; }

 p { color: rgb(207,89,20); }

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

background-color css

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

 a { background-color: rgb(207,89,20); }

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

border-color css

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

 span { border-color: rgb(207,89,20); }

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