Html Css Color HEX #CF5A17 Chocolate

📋 copy color: '#CF5A17'

red 207 ◦ green 90 ◦ blue 23

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

Shades of Chocolate #CF5A17

Tints of Chocolate #CF5A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.13%

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

R = 64.69%
G = 28.13%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5A17 (or 0xCF5A17) is known color: Chocolate. HEX triplet: CF, 5A and 17. RGB value is (207,90,23). Sum of RGB (Red+Green+Blue) = 207+90+23=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A17 is #30A5E8. Grayscale: #757575. Windows color (decimal): -3188201 or 1530575. OLE color: 1530575.

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

Color convert

RGB 207 90 23 -
CMYK 0 0.57 0.89 0.19
HSL 21.85º 0.8% 0.45% -
HSV(B) 21.85º 0.89% 0.81% -
XYZ 29.54 20.64 3.24 -
YUV 117.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 207 90 23 0 0.57 0.89 0.19 21.85 0.8 0.45
Hex CF 5A 17 0 39 59 13 16 50 2D
Octal 317 132 27 0 71 131 23 26 120 55
Binary 11001111 1011010 10111 0 111001 1011001 10011 10110 1010000 101101

Color Harmonies of #CF5A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A17

Black with #CF5A17

Text Example


Text Example

White with #CF5A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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