Html Css Color HEX #54250B Baker's Chocolate

📋 copy color: '#54250B'

red 84 ◦ green 37 ◦ blue 11

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

Shades of Baker's Chocolate #54250B

Tints of Baker's Chocolate #54250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.03%

 BLUE value IS 11 (4.69% from 255) = 8.33%

R = 63.64%
G = 28.03%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54250B (or 0x54250B) is known color: Baker's Chocolate. HEX triplet: 54, 25 and 0B. RGB value is (84,37,11). Sum of RGB (Red+Green+Blue) = 84+37+11=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54250B is #ABDAF4. Grayscale: #303030. Windows color (decimal): -11262709 or 730452. OLE color: 730452.

HSL color Cylindrical-coordinate representation of color #54250B: hue angle of 21.37º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54250B is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 37 11 -
CMYK 0 0.56 0.87 0.67
HSL 21.37º 0.77% 0.19% -
HSV(B) 21.37º 0.87% 0.33% -
XYZ 4.38 3.23 0.71 -
YUV 48.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 84 37 11 0 0.56 0.87 0.67 21.37 0.77 0.19
Hex 54 25 B 0 38 57 43 15 4D 13
Octal 124 45 13 0 70 127 103 25 115 23
Binary 1010100 100101 1011 0 111000 1010111 1000011 10101 1001101 10011

Color Harmonies of #54250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54250B

Black with #54250B

Text Example


Text Example

White with #54250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54250B; }

 p { color: rgb(84,37,11); }

 H1.HeaderClassName
 {
   color: #54250B;
 }
 .AnyTagClassName
 {
   color: #54250B;
 }
</style>

background-color css

<style>
 a { background-color: #54250B; }

 a { background-color: rgb(84,37,11); }

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

border-color css

<style>
 span { border-color: #54250B; }

 span { border-color: rgb(84,37,11); }

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