Html Css Color HEX #CF541D Chocolate

📋 copy color: '#CF541D'

red 207 ◦ green 84 ◦ blue 29

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

Shades of Chocolate #CF541D

Tints of Chocolate #CF541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 64.69%
G = 26.25%
B = 9.06%

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

#CF541D (or 0xCF541D) is known color: Chocolate. HEX triplet: CF, 54 and 1D. RGB value is (207,84,29). Sum of RGB (Red+Green+Blue) = 207+84+29=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF541D is #30ABE2. Grayscale: #727272. Windows color (decimal): -3189731 or 1922255. OLE color: 1922255.

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

Color convert

RGB 207 84 29 -
CMYK 0 0.59 0.86 0.19
HSL 18.54º 0.75% 0.46% -
HSV(B) 18.54º 0.86% 0.81% -
XYZ 29.12 19.69 3.43 -
YUV 114.51 79.75 193.97 -
System Red Green Blue C M Y K H S L
Decimal 207 84 29 0 0.59 0.86 0.19 18.54 0.75 0.46
Hex CF 54 1D 0 3B 56 13 13 4B 2E
Octal 317 124 35 0 73 126 23 23 113 56
Binary 11001111 1010100 11101 0 111011 1010110 10011 10011 1001011 101110

Color Harmonies of #CF541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF541D

Black with #CF541D

Text Example


Text Example

White with #CF541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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