Html Css Color HEX #54240F Baker's Chocolate

📋 copy color: '#54240F'

red 84 ◦ green 36 ◦ blue 15

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

Shades of Baker's Chocolate #54240F

Tints of Baker's Chocolate #54240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

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

R = 62.22%
G = 26.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54240F (or 0x54240F) is known color: Baker's Chocolate. HEX triplet: 54, 24 and 0F. RGB value is (84,36,15). Sum of RGB (Red+Green+Blue) = 84+36+15=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54240F is #ABDBF0. Grayscale: #303030. Windows color (decimal): -11262961 or 992340. OLE color: 992340.

HSL color Cylindrical-coordinate representation of color #54240F: hue angle of 18.26º 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 #54240F is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 36 15 -
CMYK 0 0.57 0.82 0.67
HSL 18.26º 0.7% 0.19% -
HSV(B) 18.26º 0.82% 0.33% -
XYZ 4.37 3.18 0.84 -
YUV 47.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 84 36 15 0 0.57 0.82 0.67 18.26 0.7 0.19
Hex 54 24 F 0 39 52 43 12 46 13
Octal 124 44 17 0 71 122 103 22 106 23
Binary 1010100 100100 1111 0 111001 1010010 1000011 10010 1000110 10011

Color Harmonies of #54240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54240F

Black with #54240F

Text Example


Text Example

White with #54240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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