Html Css Color HEX #CF5617 Chocolate

📋 copy color: '#CF5617'

red 207 ◦ green 86 ◦ blue 23

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

Shades of Chocolate #CF5617

Tints of Chocolate #CF5617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.28%

R = 65.51%
G = 27.22%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5617 (or 0xCF5617) is known color: Chocolate. HEX triplet: CF, 56 and 17. RGB value is (207,86,23). Sum of RGB (Red+Green+Blue) = 207+86+23=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5617 is #30A9E8. Grayscale: #737373. Windows color (decimal): -3189225 or 1529551. OLE color: 1529551.

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

Color convert

RGB 207 86 23 -
CMYK 0 0.58 0.89 0.19
HSL 20.54º 0.8% 0.45% -
HSV(B) 20.54º 0.89% 0.81% -
XYZ 29.21 19.98 3.13 -
YUV 115 76.09 193.62 -
System Red Green Blue C M Y K H S L
Decimal 207 86 23 0 0.58 0.89 0.19 20.54 0.8 0.45
Hex CF 56 17 0 3A 59 13 15 50 2D
Octal 317 126 27 0 72 131 23 25 120 55
Binary 11001111 1010110 10111 0 111010 1011001 10011 10101 1010000 101101

Color Harmonies of #CF5617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5617

Black with #CF5617

Text Example


Text Example

White with #CF5617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5617; }

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

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

background-color css

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

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

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

border-color css

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

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

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