Html Css Color HEX #CF5D17 Chocolate

📋 copy color: '#CF5D17'

red 207 ◦ green 93 ◦ blue 23

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

Shades of Chocolate #CF5D17

Tints of Chocolate #CF5D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

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

R = 64.09%
G = 28.79%
B = 7.12%

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

#CF5D17 (or 0xCF5D17) is known color: Chocolate. HEX triplet: CF, 5D and 17. RGB value is (207,93,23). Sum of RGB (Red+Green+Blue) = 207+93+23=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D17 is #30A2E8. Grayscale: #777777. Windows color (decimal): -3187433 or 1531343. OLE color: 1531343.

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

Color convert

RGB 207 93 23 -
CMYK 0 0.55 0.89 0.19
HSL 22.83º 0.8% 0.45% -
HSV(B) 22.83º 0.89% 0.81% -
XYZ 29.8 21.16 3.32 -
YUV 119.11 73.77 190.69 -
System Red Green Blue C M Y K H S L
Decimal 207 93 23 0 0.55 0.89 0.19 22.83 0.8 0.45
Hex CF 5D 17 0 37 59 13 17 50 2D
Octal 317 135 27 0 67 131 23 27 120 55
Binary 11001111 1011101 10111 0 110111 1011001 10011 10111 1010000 101101

Color Harmonies of #CF5D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D17

Black with #CF5D17

Text Example


Text Example

White with #CF5D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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