Html Css Color HEX #54370D Baker's Chocolate

📋 copy color: '#54370D'

red 84 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #54370D

Tints of Baker's Chocolate #54370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

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

R = 55.26%
G = 36.18%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54370D (or 0x54370D) is known color: Baker's Chocolate. HEX triplet: 54, 37 and 0D. RGB value is (84,55,13). Sum of RGB (Red+Green+Blue) = 84+55+13=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54370D is #ABC8F2. Grayscale: #3B3B3B. Windows color (decimal): -11258099 or 866132. OLE color: 866132.

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

Color convert

RGB 84 55 13 -
CMYK 0 0.35 0.85 0.67
HSL 35.49º 0.73% 0.19% -
HSV(B) 35.49º 0.85% 0.33% -
XYZ 5.09 4.65 1.01 -
YUV 58.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 84 55 13 0 0.35 0.85 0.67 35.49 0.73 0.19
Hex 54 37 D 0 23 55 43 23 49 13
Octal 124 67 15 0 43 125 103 43 111 23
Binary 1010100 110111 1101 0 100011 1010101 1000011 100011 1001001 10011

Color Harmonies of #54370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54370D

Black with #54370D

Text Example


Text Example

White with #54370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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