Html Css Color HEX #CF5E17 Chocolate

📋 copy color: '#CF5E17'

red 207 ◦ green 94 ◦ blue 23

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

Shades of Chocolate #CF5E17

Tints of Chocolate #CF5E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

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

R = 63.89%
G = 29.01%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5E17 (or 0xCF5E17) is known color: Chocolate. HEX triplet: CF, 5E and 17. RGB value is (207,94,23). Sum of RGB (Red+Green+Blue) = 207+94+23=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E17 is #30A1E8. Grayscale: #787878. Windows color (decimal): -3187177 or 1531599. OLE color: 1531599.

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

Color convert

RGB 207 94 23 -
CMYK 0 0.55 0.89 0.19
HSL 23.15º 0.8% 0.45% -
HSV(B) 23.15º 0.89% 0.81% -
XYZ 29.89 21.33 3.35 -
YUV 119.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 207 94 23 0 0.55 0.89 0.19 23.15 0.8 0.45
Hex CF 5E 17 0 37 59 13 17 50 2D
Octal 317 136 27 0 67 131 23 27 120 55
Binary 11001111 1011110 10111 0 110111 1011001 10011 10111 1010000 101101

Color Harmonies of #CF5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E17

Black with #CF5E17

Text Example


Text Example

White with #CF5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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