Html Css Color HEX #54340E Baker's Chocolate

📋 copy color: '#54340E'

red 84 ◦ green 52 ◦ blue 14

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

Shades of Baker's Chocolate #54340E

Tints of Baker's Chocolate #54340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

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

R = 56%
G = 34.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#54340E (or 0x54340E) is known color: Baker's Chocolate. HEX triplet: 54, 34 and 0E. RGB value is (84,52,14). Sum of RGB (Red+Green+Blue) = 84+52+14=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54340E is #ABCBF1. Grayscale: #393939. Windows color (decimal): -11258866 or 930900. OLE color: 930900.

HSL color Cylindrical-coordinate representation of color #54340E: hue angle of 32.57º 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 #54340E is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 52 14 -
CMYK 0 0.38 0.83 0.67
HSL 32.57º 0.71% 0.19% -
HSV(B) 32.57º 0.83% 0.33% -
XYZ 4.96 4.37 1 -
YUV 57.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 84 52 14 0 0.38 0.83 0.67 32.57 0.71 0.19
Hex 54 34 E 0 26 53 43 21 47 13
Octal 124 64 16 0 46 123 103 41 107 23
Binary 1010100 110100 1110 0 100110 1010011 1000011 100001 1000111 10011

Color Harmonies of #54340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54340E

Black with #54340E

Text Example


Text Example

White with #54340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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