Html Css Color HEX #CF5D14 Chocolate

📋 copy color: '#CF5D14'

red 207 ◦ green 93 ◦ blue 20

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

Shades of Chocolate #CF5D14

Tints of Chocolate #CF5D14

RGB

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

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

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

R = 64.69%
G = 29.06%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5D14 (or 0xCF5D14) is known color: Chocolate. HEX triplet: CF, 5D and 14. RGB value is (207,93,20). Sum of RGB (Red+Green+Blue) = 207+93+20=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D14 is #30A2EB. Grayscale: #777777. Windows color (decimal): -3187436 or 1334735. OLE color: 1334735.

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

Color convert

RGB 207 93 20 -
CMYK 0 0.55 0.90 0.19
HSL 23.42º 0.82% 0.45% -
HSV(B) 23.42º 0.9% 0.81% -
XYZ 29.77 21.14 3.17 -
YUV 118.76 72.27 190.94 -
System Red Green Blue C M Y K H S L
Decimal 207 93 20 0 0.55 0.90 0.19 23.42 0.82 0.45
Hex CF 5D 14 0 37 5A 13 17 52 2D
Octal 317 135 24 0 67 132 23 27 122 55
Binary 11001111 1011101 10100 0 110111 1011010 10011 10111 1010010 101101

Color Harmonies of #CF5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D14

Black with #CF5D14

Text Example


Text Example

White with #CF5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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