Html Css Color HEX #544226 Deep Bronze

📋 copy color: '#544226'

red 84 ◦ green 66 ◦ blue 38

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

Shades of Deep Bronze #544226

Tints of Deep Bronze #544226

RGB

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

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

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

R = 44.68%
G = 35.11%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#544226 (or 0x544226) is known color: Deep Bronze. HEX triplet: 54, 42 and 26. RGB value is (84,66,38). Sum of RGB (Red+Green+Blue) = 84+66+38=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544226 is #ABBDD9. Grayscale: #444444. Windows color (decimal): -11255258 or 2507348. OLE color: 2507348.

HSL color Cylindrical-coordinate representation of color #544226: hue angle of 36.52º 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 #544226 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 38 -
CMYK 0 0.21 0.55 0.67
HSL 36.52º 0.38% 0.24% -
HSV(B) 36.52º 0.55% 0.33% -
XYZ 5.95 5.92 2.66 -
YUV 68.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 84 66 38 0 0.21 0.55 0.67 36.52 0.38 0.24
Hex 54 42 26 0 15 37 43 25 26 18
Octal 124 102 46 0 25 67 103 45 46 30
Binary 1010100 1000010 100110 0 10101 110111 1000011 100101 100110 11000

Color Harmonies of #544226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544226

Black with #544226

Text Example


Text Example

White with #544226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544226; }

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

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

background-color css

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

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

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

border-color css

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

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

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