Html Css Color HEX #54220D Baker's Chocolate

📋 copy color: '#54220D'

red 84 ◦ green 34 ◦ blue 13

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

Shades of Baker's Chocolate #54220D

Tints of Baker's Chocolate #54220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.95%

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

R = 64.12%
G = 25.95%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54220D (or 0x54220D) is known color: Baker's Chocolate. HEX triplet: 54, 22 and 0D. RGB value is (84,34,13). Sum of RGB (Red+Green+Blue) = 84+34+13=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54220D is #ABDDF2. Grayscale: #2E2E2E. Windows color (decimal): -11263475 or 860756. OLE color: 860756.

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

Color convert

RGB 84 34 13 -
CMYK 0 0.60 0.85 0.67
HSL 17.75º 0.73% 0.19% -
HSV(B) 17.75º 0.85% 0.33% -
XYZ 4.3 3.06 0.74 -
YUV 46.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 84 34 13 0 0.60 0.85 0.67 17.75 0.73 0.19
Hex 54 22 D 0 3C 55 43 12 49 13
Octal 124 42 15 0 74 125 103 22 111 23
Binary 1010100 100010 1101 0 111100 1010101 1000011 10010 1001001 10011

Color Harmonies of #54220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54220D

Black with #54220D

Text Example


Text Example

White with #54220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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