Html Css Color HEX #54390E Baker's Chocolate

📋 copy color: '#54390E'

red 84 ◦ green 57 ◦ blue 14

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

Shades of Baker's Chocolate #54390E

Tints of Baker's Chocolate #54390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.77%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 54.19%
G = 36.77%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#54390E (or 0x54390E) is known color: Baker's Chocolate. HEX triplet: 54, 39 and 0E. RGB value is (84,57,14). Sum of RGB (Red+Green+Blue) = 84+57+14=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #54390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54390E is #ABC6F1. Grayscale: #3C3C3C. Windows color (decimal): -11257586 or 932180. OLE color: 932180.

HSL color Cylindrical-coordinate representation of color #54390E: hue angle of 36.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54390E is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 57 14 -
CMYK 0 0.32 0.83 0.67
HSL 36.86º 0.71% 0.19% -
HSV(B) 36.86º 0.83% 0.33% -
XYZ 5.2 4.84 1.08 -
YUV 60.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 84 57 14 0 0.32 0.83 0.67 36.86 0.71 0.19
Hex 54 39 E 0 20 53 43 25 47 13
Octal 124 71 16 0 40 123 103 45 107 23
Binary 1010100 111001 1110 0 100000 1010011 1000011 100101 1000111 10011

Color Harmonies of #54390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54390E

Black with #54390E

Text Example


Text Example

White with #54390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54390E; }

 p { color: rgb(84,57,14); }

 H1.HeaderClassName
 {
   color: #54390E;
 }
 .AnyTagClassName
 {
   color: #54390E;
 }
</style>

background-color css

<style>
 a { background-color: #54390E; }

 a { background-color: rgb(84,57,14); }

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

border-color css

<style>
 span { border-color: #54390E; }

 span { border-color: rgb(84,57,14); }

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