Html Css Color HEX #544228 Deep Bronze

📋 copy color: '#544228'

red 84 ◦ green 66 ◦ blue 40

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

Shades of Deep Bronze #544228

Tints of Deep Bronze #544228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 44.21%
G = 34.74%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#544228 (or 0x544228) is known color: Deep Bronze. HEX triplet: 54, 42 and 28. RGB value is (84,66,40). Sum of RGB (Red+Green+Blue) = 84+66+40=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544228 is #ABBDD7. Grayscale: #444444. Windows color (decimal): -11255256 or 2638420. OLE color: 2638420.

HSL color Cylindrical-coordinate representation of color #544228: hue angle of 35.45º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #544228 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 40 -
CMYK 0 0.21 0.52 0.67
HSL 35.45º 0.35% 0.24% -
HSV(B) 35.45º 0.52% 0.33% -
XYZ 5.99 5.93 2.84 -
YUV 68.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 84 66 40 0 0.21 0.52 0.67 35.45 0.35 0.24
Hex 54 42 28 0 15 34 43 23 23 18
Octal 124 102 50 0 25 64 103 43 43 30
Binary 1010100 1000010 101000 0 10101 110100 1000011 100011 100011 11000

Color Harmonies of #544228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544228

Black with #544228

Text Example


Text Example

White with #544228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544228; }

 p { color: rgb(84,66,40); }

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

background-color css

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

 a { background-color: rgb(84,66,40); }

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

border-color css

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

 span { border-color: rgb(84,66,40); }

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