Html Css Color HEX #54290B Baker's Chocolate

📋 copy color: '#54290B'

red 84 ◦ green 41 ◦ blue 11

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

Shades of Baker's Chocolate #54290B

Tints of Baker's Chocolate #54290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.09%

R = 61.76%
G = 30.15%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54290B (or 0x54290B) is known color: Baker's Chocolate. HEX triplet: 54, 29 and 0B. RGB value is (84,41,11). Sum of RGB (Red+Green+Blue) = 84+41+11=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54290B is #ABD6F4. Grayscale: #323232. Windows color (decimal): -11261685 or 731476. OLE color: 731476.

HSL color Cylindrical-coordinate representation of color #54290B: hue angle of 24.66º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54290B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 41 11 -
CMYK 0 0.51 0.87 0.67
HSL 24.66º 0.77% 0.19% -
HSV(B) 24.66º 0.87% 0.33% -
XYZ 4.51 3.49 0.75 -
YUV 50.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 84 41 11 0 0.51 0.87 0.67 24.66 0.77 0.19
Hex 54 29 B 0 33 57 43 19 4D 13
Octal 124 51 13 0 63 127 103 31 115 23
Binary 1010100 101001 1011 0 110011 1010111 1000011 11001 1001101 10011

Color Harmonies of #54290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54290B

Black with #54290B

Text Example


Text Example

White with #54290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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