Html Css Color HEX #54310D Baker's Chocolate

📋 copy color: '#54310D'

red 84 ◦ green 49 ◦ blue 13

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

Shades of Baker's Chocolate #54310D

Tints of Baker's Chocolate #54310D

RGB

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

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

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

R = 57.53%
G = 33.56%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54310D (or 0x54310D) is known color: Baker's Chocolate. HEX triplet: 54, 31 and 0D. RGB value is (84,49,13). Sum of RGB (Red+Green+Blue) = 84+49+13=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54310D is #ABCEF2. Grayscale: #373737. Windows color (decimal): -11259635 or 864596. OLE color: 864596.

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

Color convert

RGB 84 49 13 -
CMYK 0 0.42 0.85 0.67
HSL 30.42º 0.73% 0.19% -
HSV(B) 30.42º 0.85% 0.33% -
XYZ 4.83 4.11 0.92 -
YUV 55.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 84 49 13 0 0.42 0.85 0.67 30.42 0.73 0.19
Hex 54 31 D 0 2A 55 43 1E 49 13
Octal 124 61 15 0 52 125 103 36 111 23
Binary 1010100 110001 1101 0 101010 1010101 1000011 11110 1001001 10011

Color Harmonies of #54310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54310D

Black with #54310D

Text Example


Text Example

White with #54310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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