Html Css Color HEX #54300D Baker's Chocolate

📋 copy color: '#54300D'

red 84 ◦ green 48 ◦ blue 13

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

Shades of Baker's Chocolate #54300D

Tints of Baker's Chocolate #54300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.1%

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

R = 57.93%
G = 33.1%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54300D (or 0x54300D) is known color: Baker's Chocolate. HEX triplet: 54, 30 and 0D. RGB value is (84,48,13). Sum of RGB (Red+Green+Blue) = 84+48+13=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54300D is #ABCFF2. Grayscale: #363636. Windows color (decimal): -11259891 or 864340. OLE color: 864340.

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

Color convert

RGB 84 48 13 -
CMYK 0 0.43 0.85 0.67
HSL 29.58º 0.73% 0.19% -
HSV(B) 29.58º 0.85% 0.33% -
XYZ 4.79 4.03 0.91 -
YUV 54.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 84 48 13 0 0.43 0.85 0.67 29.58 0.73 0.19
Hex 54 30 D 0 2B 55 43 1E 49 13
Octal 124 60 15 0 53 125 103 36 111 23
Binary 1010100 110000 1101 0 101011 1010101 1000011 11110 1001001 10011

Color Harmonies of #54300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54300D

Black with #54300D

Text Example


Text Example

White with #54300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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