Html Css Color HEX #54240A Baker's Chocolate

📋 copy color: '#54240A'

red 84 ◦ green 36 ◦ blue 10

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

Shades of Baker's Chocolate #54240A

Tints of Baker's Chocolate #54240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 64.62%
G = 27.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54240A (or 0x54240A) is known color: Baker's Chocolate. HEX triplet: 54, 24 and 0A. RGB value is (84,36,10). Sum of RGB (Red+Green+Blue) = 84+36+10=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54240A is #ABDBF5. Grayscale: #2F2F2F. Windows color (decimal): -11262966 or 664660. OLE color: 664660.

HSL color Cylindrical-coordinate representation of color #54240A: hue angle of 21.08º 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 #54240A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 36 10 -
CMYK 0 0.57 0.88 0.67
HSL 21.08º 0.79% 0.18% -
HSV(B) 21.08º 0.88% 0.33% -
XYZ 4.34 3.17 0.67 -
YUV 47.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 84 36 10 0 0.57 0.88 0.67 21.08 0.79 0.18
Hex 54 24 A 0 39 58 43 15 4F 12
Octal 124 44 12 0 71 130 103 25 117 22
Binary 1010100 100100 1010 0 111001 1011000 1000011 10101 1001111 10010

Color Harmonies of #54240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54240A

Black with #54240A

Text Example


Text Example

White with #54240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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