Html Css Color HEX #54360D Baker's Chocolate

📋 copy color: '#54360D'

red 84 ◦ green 54 ◦ blue 13

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

Shades of Baker's Chocolate #54360D

Tints of Baker's Chocolate #54360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.76%

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

R = 55.63%
G = 35.76%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54360D (or 0x54360D) is known color: Baker's Chocolate. HEX triplet: 54, 36 and 0D. RGB value is (84,54,13). Sum of RGB (Red+Green+Blue) = 84+54+13=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54360D is #ABC9F2. Grayscale: #3A3A3A. Windows color (decimal): -11258355 or 865876. OLE color: 865876.

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

Color convert

RGB 84 54 13 -
CMYK 0 0.36 0.85 0.67
HSL 34.65º 0.73% 0.19% -
HSV(B) 34.65º 0.85% 0.33% -
XYZ 5.05 4.55 0.99 -
YUV 58.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 84 54 13 0 0.36 0.85 0.67 34.65 0.73 0.19
Hex 54 36 D 0 24 55 43 23 49 13
Octal 124 66 15 0 44 125 103 43 111 23
Binary 1010100 110110 1101 0 100100 1010101 1000011 100011 1001001 10011

Color Harmonies of #54360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54360D

Black with #54360D

Text Example


Text Example

White with #54360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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