Html Css Color HEX #CF541E Chocolate

📋 copy color: '#CF541E'

red 207 ◦ green 84 ◦ blue 30

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

Shades of Chocolate #CF541E

Tints of Chocolate #CF541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 64.49%
G = 26.17%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF541E (or 0xCF541E) is known color: Chocolate. HEX triplet: CF, 54 and 1E. RGB value is (207,84,30). Sum of RGB (Red+Green+Blue) = 207+84+30=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF541E is #30ABE1. Grayscale: #727272. Windows color (decimal): -3189730 or 1987791. OLE color: 1987791.

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

Color convert

RGB 207 84 30 -
CMYK 0 0.59 0.86 0.19
HSL 18.31º 0.75% 0.46% -
HSV(B) 18.31º 0.86% 0.81% -
XYZ 29.14 19.7 3.5 -
YUV 114.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 207 84 30 0 0.59 0.86 0.19 18.31 0.75 0.46
Hex CF 54 1E 0 3B 56 13 12 4B 2E
Octal 317 124 36 0 73 126 23 22 113 56
Binary 11001111 1010100 11110 0 111011 1010110 10011 10010 1001011 101110

Color Harmonies of #CF541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF541E

Black with #CF541E

Text Example


Text Example

White with #CF541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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