Html Css Color HEX #54320F Baker's Chocolate

📋 copy color: '#54320F'

red 84 ◦ green 50 ◦ blue 15

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

Shades of Baker's Chocolate #54320F

Tints of Baker's Chocolate #54320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.56%

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

R = 56.38%
G = 33.56%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54320F (or 0x54320F) is known color: Baker's Chocolate. HEX triplet: 54, 32 and 0F. RGB value is (84,50,15). Sum of RGB (Red+Green+Blue) = 84+50+15=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54320F is #ABCDF0. Grayscale: #383838. Windows color (decimal): -11259377 or 995924. OLE color: 995924.

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

Color convert

RGB 84 50 15 -
CMYK 0 0.40 0.82 0.67
HSL 30.43º 0.7% 0.19% -
HSV(B) 30.43º 0.82% 0.33% -
XYZ 4.88 4.2 1.01 -
YUV 56.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 84 50 15 0 0.40 0.82 0.67 30.43 0.7 0.19
Hex 54 32 F 0 28 52 43 1E 46 13
Octal 124 62 17 0 50 122 103 36 106 23
Binary 1010100 110010 1111 0 101000 1010010 1000011 11110 1000110 10011

Color Harmonies of #54320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54320F

Black with #54320F

Text Example


Text Example

White with #54320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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