Html Css Color HEX #54360C Baker's Chocolate

📋 copy color: '#54360C'

red 84 ◦ green 54 ◦ blue 12

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

Shades of Baker's Chocolate #54360C

Tints of Baker's Chocolate #54360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8%

R = 56%
G = 36%
B = 8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#54360C (or 0x54360C) is known color: Baker's Chocolate. HEX triplet: 54, 36 and 0C. RGB value is (84,54,12). Sum of RGB (Red+Green+Blue) = 84+54+12=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54360C is #ABC9F3. Grayscale: #3A3A3A. Windows color (decimal): -11258356 or 800340. OLE color: 800340.

HSL color Cylindrical-coordinate representation of color #54360C: hue angle of 35º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54360C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 54 12 -
CMYK 0 0.36 0.86 0.67
HSL 35º 0.75% 0.19% -
HSV(B) 35º 0.86% 0.33% -
XYZ 5.04 4.55 0.96 -
YUV 58.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 84 54 12 0 0.36 0.86 0.67 35 0.75 0.19
Hex 54 36 C 0 24 56 43 23 4B 13
Octal 124 66 14 0 44 126 103 43 113 23
Binary 1010100 110110 1100 0 100100 1010110 1000011 100011 1001011 10011

Color Harmonies of #54360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54360C

Black with #54360C

Text Example


Text Example

White with #54360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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