Html Css Color HEX #54200A Baker's Chocolate

📋 copy color: '#54200A'

red 84 ◦ green 32 ◦ blue 10

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

Shades of Baker's Chocolate #54200A

Tints of Baker's Chocolate #54200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

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

R = 66.67%
G = 25.4%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54200A (or 0x54200A) is known color: Baker's Chocolate. HEX triplet: 54, 20 and 0A. RGB value is (84,32,10). Sum of RGB (Red+Green+Blue) = 84+32+10=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #54200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54200A is #ABDFF5. Grayscale: #2D2D2D. Windows color (decimal): -11263990 or 663636. OLE color: 663636.

HSL color Cylindrical-coordinate representation of color #54200A: hue angle of 17.84º 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 #54200A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 32 10 -
CMYK 0 0.62 0.88 0.67
HSL 17.84º 0.79% 0.18% -
HSV(B) 17.84º 0.88% 0.33% -
XYZ 4.23 2.94 0.63 -
YUV 45.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 84 32 10 0 0.62 0.88 0.67 17.84 0.79 0.18
Hex 54 20 A 0 3E 58 43 12 4F 12
Octal 124 40 12 0 76 130 103 22 117 22
Binary 1010100 100000 1010 0 111110 1011000 1000011 10010 1001111 10010

Color Harmonies of #54200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54200A

Black with #54200A

Text Example


Text Example

White with #54200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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