Html Css Color HEX #CF5E1E Chocolate

📋 copy color: '#CF5E1E'

red 207 ◦ green 94 ◦ blue 30

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

Shades of Chocolate #CF5E1E

Tints of Chocolate #CF5E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 62.54%
G = 28.4%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF5E1E (or 0xCF5E1E) is known color: Chocolate. HEX triplet: CF, 5E and 1E. RGB value is (207,94,30). Sum of RGB (Red+Green+Blue) = 207+94+30=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E1E is #30A1E1. Grayscale: #787878. Windows color (decimal): -3187170 or 1990351. OLE color: 1990351.

HSL color Cylindrical-coordinate representation of color #CF5E1E: hue angle of 21.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF5E1E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 30 -
CMYK 0 0.55 0.86 0.19
HSL 21.69º 0.75% 0.46% -
HSV(B) 21.69º 0.86% 0.81% -
XYZ 29.97 21.36 3.77 -
YUV 120.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 207 94 30 0 0.55 0.86 0.19 21.69 0.75 0.46
Hex CF 5E 1E 0 37 56 13 16 4B 2E
Octal 317 136 36 0 67 126 23 26 113 56
Binary 11001111 1011110 11110 0 110111 1010110 10011 10110 1001011 101110

Color Harmonies of #CF5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E1E

Black with #CF5E1E

Text Example


Text Example

White with #CF5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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