Html Css Color HEX #CF5B1F Chocolate

📋 copy color: '#CF5B1F'

red 207 ◦ green 91 ◦ blue 31

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

Shades of Chocolate #CF5B1F

Tints of Chocolate #CF5B1F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 62.92%
G = 27.66%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF5B1F (or 0xCF5B1F) is known color: Chocolate. HEX triplet: CF, 5B and 1F. RGB value is (207,91,31). Sum of RGB (Red+Green+Blue) = 207+91+31=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B1F is #30A4E0. Grayscale: #777777. Windows color (decimal): -3187937 or 2055119. OLE color: 2055119.

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

Color convert

RGB 207 91 31 -
CMYK 0 0.56 0.85 0.19
HSL 20.45º 0.74% 0.47% -
HSV(B) 20.45º 0.85% 0.81% -
XYZ 29.72 20.85 3.75 -
YUV 118.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 207 91 31 0 0.56 0.85 0.19 20.45 0.74 0.47
Hex CF 5B 1F 0 38 55 13 14 4A 2F
Octal 317 133 37 0 70 125 23 24 112 57
Binary 11001111 1011011 11111 0 111000 1010101 10011 10100 1001010 101111

Color Harmonies of #CF5B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B1F

Black with #CF5B1F

Text Example


Text Example

White with #CF5B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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