Html Css Color HEX #54260D Baker's Chocolate

📋 copy color: '#54260D'

red 84 ◦ green 38 ◦ blue 13

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

Shades of Baker's Chocolate #54260D

Tints of Baker's Chocolate #54260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.15%

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

R = 62.22%
G = 28.15%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54260D (or 0x54260D) is known color: Baker's Chocolate. HEX triplet: 54, 26 and 0D. RGB value is (84,38,13). Sum of RGB (Red+Green+Blue) = 84+38+13=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54260D is #ABD9F2. Grayscale: #313131. Windows color (decimal): -11262451 or 861780. OLE color: 861780.

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

Color convert

RGB 84 38 13 -
CMYK 0 0.55 0.85 0.67
HSL 21.13º 0.73% 0.19% -
HSV(B) 21.13º 0.85% 0.33% -
XYZ 4.42 3.3 0.78 -
YUV 48.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 84 38 13 0 0.55 0.85 0.67 21.13 0.73 0.19
Hex 54 26 D 0 37 55 43 15 49 13
Octal 124 46 15 0 67 125 103 25 111 23
Binary 1010100 100110 1101 0 110111 1010101 1000011 10101 1001001 10011

Color Harmonies of #54260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54260D

Black with #54260D

Text Example


Text Example

White with #54260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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