Html Css Color HEX #CF5E1F Chocolate

📋 copy color: '#CF5E1F'

red 207 ◦ green 94 ◦ blue 31

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

Shades of Chocolate #CF5E1F

Tints of Chocolate #CF5E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 62.35%
G = 28.31%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF5E1F (or 0xCF5E1F) is known color: Chocolate. HEX triplet: CF, 5E and 1F. RGB value is (207,94,31). Sum of RGB (Red+Green+Blue) = 207+94+31=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E1F is #30A1E0. Grayscale: #787878. Windows color (decimal): -3187169 or 2055887. OLE color: 2055887.

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

Color convert

RGB 207 94 31 -
CMYK 0 0.55 0.85 0.19
HSL 21.48º 0.74% 0.47% -
HSV(B) 21.48º 0.85% 0.81% -
XYZ 29.98 21.37 3.84 -
YUV 120.61 77.44 189.62 -
System Red Green Blue C M Y K H S L
Decimal 207 94 31 0 0.55 0.85 0.19 21.48 0.74 0.47
Hex CF 5E 1F 0 37 55 13 15 4A 2F
Octal 317 136 37 0 67 125 23 25 112 57
Binary 11001111 1011110 11111 0 110111 1010101 10011 10101 1001010 101111

Color Harmonies of #CF5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E1F

Black with #CF5E1F

Text Example


Text Example

White with #CF5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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