Html Css Color HEX #54310A Baker's Chocolate

📋 copy color: '#54310A'

red 84 ◦ green 49 ◦ blue 10

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

Shades of Baker's Chocolate #54310A

Tints of Baker's Chocolate #54310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.27%

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

R = 58.74%
G = 34.27%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54310A (or 0x54310A) is known color: Baker's Chocolate. HEX triplet: 54, 31 and 0A. RGB value is (84,49,10). Sum of RGB (Red+Green+Blue) = 84+49+10=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #54310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54310A is #ABCEF5. Grayscale: #373737. Windows color (decimal): -11259638 or 667988. OLE color: 667988.

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

Color convert

RGB 84 49 10 -
CMYK 0 0.42 0.88 0.67
HSL 31.62º 0.79% 0.18% -
HSV(B) 31.62º 0.88% 0.33% -
XYZ 4.81 4.1 0.83 -
YUV 55.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 84 49 10 0 0.42 0.88 0.67 31.62 0.79 0.18
Hex 54 31 A 0 2A 58 43 20 4F 12
Octal 124 61 12 0 52 130 103 40 117 22
Binary 1010100 110001 1010 0 101010 1011000 1000011 100000 1001111 10010

Color Harmonies of #54310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54310A

Black with #54310A

Text Example


Text Example

White with #54310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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