Html Css Color HEX #543A09 Baker's Chocolate

📋 copy color: '#543A09'

red 84 ◦ green 58 ◦ blue 9

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

Shades of Baker's Chocolate #543A09

Tints of Baker's Chocolate #543A09

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.41%

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

R = 55.63%
G = 38.41%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#543A09 (or 0x543A09) is known color: Baker's Chocolate. HEX triplet: 54, 3A and 09. RGB value is (84,58,9). Sum of RGB (Red+Green+Blue) = 84+58+9=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #543A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A09 is #ABC5F6. Grayscale: #3C3C3C. Windows color (decimal): -11257335 or 604756. OLE color: 604756.

HSL color Cylindrical-coordinate representation of color #543A09: hue angle of 39.2º 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 #543A09 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 58 9 -
CMYK 0 0.31 0.89 0.67
HSL 39.2º 0.81% 0.18% -
HSV(B) 39.2º 0.89% 0.33% -
XYZ 5.22 4.93 0.94 -
YUV 60.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 84 58 9 0 0.31 0.89 0.67 39.2 0.81 0.18
Hex 54 3A 9 0 1F 59 43 27 51 12
Octal 124 72 11 0 37 131 103 47 121 22
Binary 1010100 111010 1001 0 11111 1011001 1000011 100111 1010001 10010

Color Harmonies of #543A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543A09

Black with #543A09

Text Example


Text Example

White with #543A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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