Html Css Color HEX #54290D Baker's Chocolate

📋 copy color: '#54290D'

red 84 ◦ green 41 ◦ blue 13

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

Shades of Baker's Chocolate #54290D

Tints of Baker's Chocolate #54290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

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

R = 60.87%
G = 29.71%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54290D (or 0x54290D) is known color: Baker's Chocolate. HEX triplet: 54, 29 and 0D. RGB value is (84,41,13). Sum of RGB (Red+Green+Blue) = 84+41+13=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #54290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54290D is #ABD6F2. Grayscale: #323232. Windows color (decimal): -11261683 or 862548. OLE color: 862548.

HSL color Cylindrical-coordinate representation of color #54290D: hue angle of 23.66º 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 #54290D is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 41 13 -
CMYK 0 0.51 0.85 0.67
HSL 23.66º 0.73% 0.19% -
HSV(B) 23.66º 0.85% 0.33% -
XYZ 4.52 3.5 0.82 -
YUV 50.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 84 41 13 0 0.51 0.85 0.67 23.66 0.73 0.19
Hex 54 29 D 0 33 55 43 18 49 13
Octal 124 51 15 0 63 125 103 30 111 23
Binary 1010100 101001 1101 0 110011 1010101 1000011 11000 1001001 10011

Color Harmonies of #54290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54290D

Black with #54290D

Text Example


Text Example

White with #54290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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