#54300B

Color #54300B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #54300B

Tints of Baker's Chocolate #54300B

Color information

#54300B (or 0x54300B) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 30 and 0B. RGB value is (84,48,11). Sum of RGB (Red+Green+Blue) = 84+48+11=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #54300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54300B is #ABCFF4. Grayscale: #363636. Windows color (decimal): -11259893 or 733268. OLE color: 733268.

HSL color Cylindrical-coordinate representation of color #54300B: hue angle of 30.41º 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 #54300B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB844811-
CMYK00.430.870.67
HSL30.41º76.84%18.63%-
HSV(B)30.41º86.9%32.94%-
XYZ4.774.020.84-
YUV54.55103.43149.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=58.74%
G=33.57%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84481100.430.870.6730.4176.8418.63
Hex5430B02B57431e4d13
Octal12460130531271033611523
Binary1010100110000101101010111010111100001111110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54300B;
 }
 .AnyTagClassName
 {
   color: #54300B;
 }
</style>
background-color css

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

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

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

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

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

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