Html Css Color HEX #54220A Baker's Chocolate

📋 copy color: '#54220A'

red 84 ◦ green 34 ◦ blue 10

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

Shades of Baker's Chocolate #54220A

Tints of Baker's Chocolate #54220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.81%

R = 65.63%
G = 26.56%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54220A (or 0x54220A) is known color: Baker's Chocolate. HEX triplet: 54, 22 and 0A. RGB value is (84,34,10). Sum of RGB (Red+Green+Blue) = 84+34+10=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54220A is #ABDDF5. Grayscale: #2E2E2E. Windows color (decimal): -11263478 or 664148. OLE color: 664148.

HSL color Cylindrical-coordinate representation of color #54220A: hue angle of 19.46º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54220A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 34 10 -
CMYK 0 0.60 0.88 0.67
HSL 19.46º 0.79% 0.18% -
HSV(B) 19.46º 0.88% 0.33% -
XYZ 4.28 3.05 0.65 -
YUV 46.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 84 34 10 0 0.60 0.88 0.67 19.46 0.79 0.18
Hex 54 22 A 0 3C 58 43 13 4F 12
Octal 124 42 12 0 74 130 103 23 117 22
Binary 1010100 100010 1010 0 111100 1011000 1000011 10011 1001111 10010

Color Harmonies of #54220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54220A

Black with #54220A

Text Example


Text Example

White with #54220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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