Html Css Color HEX #54250F Baker's Chocolate

📋 copy color: '#54250F'

red 84 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #54250F

Tints of Baker's Chocolate #54250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 61.76%
G = 27.21%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54250F (or 0x54250F) is known color: Baker's Chocolate. HEX triplet: 54, 25 and 0F. RGB value is (84,37,15). Sum of RGB (Red+Green+Blue) = 84+37+15=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54250F is #ABDAF0. Grayscale: #303030. Windows color (decimal): -11262705 or 992596. OLE color: 992596.

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

Color convert

RGB 84 37 15 -
CMYK 0 0.56 0.82 0.67
HSL 19.13º 0.7% 0.19% -
HSV(B) 19.13º 0.82% 0.33% -
XYZ 4.4 3.24 0.85 -
YUV 48.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 84 37 15 0 0.56 0.82 0.67 19.13 0.7 0.19
Hex 54 25 F 0 38 52 43 13 46 13
Octal 124 45 17 0 70 122 103 23 106 23
Binary 1010100 100101 1111 0 111000 1010010 1000011 10011 1000110 10011

Color Harmonies of #54250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54250F

Black with #54250F

Text Example


Text Example

White with #54250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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