Html Css Color HEX #54340A Baker's Chocolate

📋 copy color: '#54340A'

red 84 ◦ green 52 ◦ blue 10

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

Shades of Baker's Chocolate #54340A

Tints of Baker's Chocolate #54340A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 57.53%
G = 35.62%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54340A (or 0x54340A) is known color: Baker's Chocolate. HEX triplet: 54, 34 and 0A. RGB value is (84,52,10). Sum of RGB (Red+Green+Blue) = 84+52+10=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54340A is #ABCBF5. Grayscale: #383838. Windows color (decimal): -11258870 or 668756. OLE color: 668756.

HSL color Cylindrical-coordinate representation of color #54340A: hue angle of 34.05º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54340A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 52 10 -
CMYK 0 0.38 0.88 0.67
HSL 34.05º 0.79% 0.18% -
HSV(B) 34.05º 0.88% 0.33% -
XYZ 4.94 4.36 0.87 -
YUV 56.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 84 52 10 0 0.38 0.88 0.67 34.05 0.79 0.18
Hex 54 34 A 0 26 58 43 22 4F 12
Octal 124 64 12 0 46 130 103 42 117 22
Binary 1010100 110100 1010 0 100110 1011000 1000011 100010 1001111 10010

Color Harmonies of #54340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54340A

Black with #54340A

Text Example


Text Example

White with #54340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54340A; }

 p { color: rgb(84,52,10); }

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

background-color css

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

 a { background-color: rgb(84,52,10); }

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

border-color css

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

 span { border-color: rgb(84,52,10); }

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