Html Css Color HEX #CF591F Chocolate

📋 copy color: '#CF591F'

red 207 ◦ green 89 ◦ blue 31

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

Shades of Chocolate #CF591F

Tints of Chocolate #CF591F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

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

R = 63.3%
G = 27.22%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF591F (or 0xCF591F) is known color: Chocolate. HEX triplet: CF, 59 and 1F. RGB value is (207,89,31). Sum of RGB (Red+Green+Blue) = 207+89+31=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF591F is #30A6E0. Grayscale: #767676. Windows color (decimal): -3188449 or 2054607. OLE color: 2054607.

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

Color convert

RGB 207 89 31 -
CMYK 0 0.57 0.85 0.19
HSL 19.77º 0.74% 0.47% -
HSV(B) 19.77º 0.85% 0.81% -
XYZ 29.55 20.51 3.7 -
YUV 117.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 207 89 31 0 0.57 0.85 0.19 19.77 0.74 0.47
Hex CF 59 1F 0 39 55 13 14 4A 2F
Octal 317 131 37 0 71 125 23 24 112 57
Binary 11001111 1011001 11111 0 111001 1010101 10011 10100 1001010 101111

Color Harmonies of #CF591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF591F

Black with #CF591F

Text Example


Text Example

White with #CF591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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