Html Css Color HEX #541F09 Baker's Chocolate

📋 copy color: '#541F09'

red 84 ◦ green 31 ◦ blue 9

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

Shades of Baker's Chocolate #541F09

Tints of Baker's Chocolate #541F09

RGB

 RED value IS 84 (33.2% from 255) = 67.74%

 GREEN value IS 31 (12.5% from 255) = 25%

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 67.74%
G = 25%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#541F09 (or 0x541F09) is known color: Baker's Chocolate. HEX triplet: 54, 1F and 09. RGB value is (84,31,9). Sum of RGB (Red+Green+Blue) = 84+31+9=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F09 is #ABE0F6. Grayscale: #2C2C2C. Windows color (decimal): -11264247 or 597844. OLE color: 597844.

HSL color Cylindrical-coordinate representation of color #541F09: hue angle of 17.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #541F09 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 31 9 -
CMYK 0 0.63 0.89 0.67
HSL 17.6º 0.81% 0.18% -
HSV(B) 17.6º 0.89% 0.33% -
XYZ 4.2 2.88 0.59 -
YUV 44.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 84 31 9 0 0.63 0.89 0.67 17.6 0.81 0.18
Hex 54 1F 9 0 3F 59 43 12 51 12
Octal 124 37 11 0 77 131 103 22 121 22
Binary 1010100 11111 1001 0 111111 1011001 1000011 10010 1010001 10010

Color Harmonies of #541F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F09

Black with #541F09

Text Example


Text Example

White with #541F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541F09; }

 p { color: rgb(84,31,9); }

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

background-color css

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

 a { background-color: rgb(84,31,9); }

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

border-color css

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

 span { border-color: rgb(84,31,9); }

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