Html Css Color HEX #544426 Deep Bronze

📋 copy color: '#544426'

red 84 ◦ green 68 ◦ blue 38

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

Shades of Deep Bronze #544426

Tints of Deep Bronze #544426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.79%

 BLUE value IS 38 (15.23% from 255) = 20%

R = 44.21%
G = 35.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#544426 (or 0x544426) is known color: Deep Bronze. HEX triplet: 54, 44 and 26. RGB value is (84,68,38). Sum of RGB (Red+Green+Blue) = 84+68+38=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544426 is #ABBBD9. Grayscale: #454545. Windows color (decimal): -11254746 or 2507860. OLE color: 2507860.

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

Color convert

RGB 84 68 38 -
CMYK 0 0.19 0.55 0.67
HSL 39.13º 0.38% 0.24% -
HSV(B) 39.13º 0.55% 0.33% -
XYZ 6.07 6.16 2.7 -
YUV 69.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 84 68 38 0 0.19 0.55 0.67 39.13 0.38 0.24
Hex 54 44 26 0 13 37 43 27 26 18
Octal 124 104 46 0 23 67 103 47 46 30
Binary 1010100 1000100 100110 0 10011 110111 1000011 100111 100110 11000

Color Harmonies of #544426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544426

Black with #544426

Text Example


Text Example

White with #544426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544426; }

 p { color: rgb(84,68,38); }

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

background-color css

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

 a { background-color: rgb(84,68,38); }

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

border-color css

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

 span { border-color: rgb(84,68,38); }

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