Html Css Color HEX #54300B Baker's Chocolate

📋 copy color: '#54300B'

red 84 ◦ green 48 ◦ blue 11

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

Shades of Baker's Chocolate #54300B

Tints of Baker's Chocolate #54300B

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54300B (or 0x54300B) is known color: 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

RGB 84 48 11 -
CMYK 0 0.43 0.87 0.67
HSL 30.41º 0.77% 0.19% -
HSV(B) 30.41º 0.87% 0.33% -
XYZ 4.77 4.02 0.84 -
YUV 54.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 84 48 11 0 0.43 0.87 0.67 30.41 0.77 0.19
Hex 54 30 B 0 2B 57 43 1E 4D 13
Octal 124 60 13 0 53 127 103 36 115 23
Binary 1010100 110000 1011 0 101011 1010111 1000011 11110 1001101 10011

Color Harmonies of #54300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54300B

Black with #54300B

Text Example


Text Example

White with #54300B

Text Example


Text Example

HTML Codes & Css Web 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>