Html Css Color HEX #54240D Baker's Chocolate

📋 copy color: '#54240D'

red 84 ◦ green 36 ◦ blue 13

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

Shades of Baker's Chocolate #54240D

Tints of Baker's Chocolate #54240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 63.16%
G = 27.07%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54240D (or 0x54240D) is known color: Baker's Chocolate. HEX triplet: 54, 24 and 0D. RGB value is (84,36,13). Sum of RGB (Red+Green+Blue) = 84+36+13=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54240D is #ABDBF2. Grayscale: #2F2F2F. Windows color (decimal): -11262963 or 861268. OLE color: 861268.

HSL color Cylindrical-coordinate representation of color #54240D: hue angle of 19.44º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54240D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 36 13 -
CMYK 0 0.57 0.85 0.67
HSL 19.44º 0.73% 0.19% -
HSV(B) 19.44º 0.85% 0.33% -
XYZ 4.36 3.18 0.76 -
YUV 47.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 84 36 13 0 0.57 0.85 0.67 19.44 0.73 0.19
Hex 54 24 D 0 39 55 43 13 49 13
Octal 124 44 15 0 71 125 103 23 111 23
Binary 1010100 100100 1101 0 111001 1010101 1000011 10011 1001001 10011

Color Harmonies of #54240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54240D

Black with #54240D

Text Example


Text Example

White with #54240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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