#534A26

Color #534A26 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #534A26

Tints of Bronze Olive #534A26

Color information

#534A26 (or 0x534A26) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 26. RGB value is (83,74,38). Sum of RGB (Red+Green+Blue) = 83+74+38=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A26 is #ACB5D9. Grayscale: #484848. Windows color (decimal): -11318746 or 2509395. OLE color: 2509395.

HSL color Cylindrical-coordinate representation of color #534A26: hue angle of 48º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534A26 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB837438-
CMYK00.110.540.67
HSL48º37.19%23.73%-
HSV(B)48º54.22%32.55%-
XYZ6.376.882.83-
YUV72.59108.48135.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=42.56%
G=37.95%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83743800.110.540.674837.1923.73
Hex534A260B3643302518
Octal1231124601366103604530
Binary1010011100101010011001011110110100001111000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A26; }

 p { color: rgb(83,74,38); }

 H1.HeaderClassName
 {
   color: #534A26;
 }
 .AnyTagClassName
 {
   color: #534A26;
 }
</style>
background-color css

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

 a { background-color: rgb(83,74,38); }

 div.DivClassName
 {
   background-color: #534A26;
 }
 .BgClassName
 {
   background-color: #534A26;
 }
</style>
border-color css

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

 span { border-color: rgb(83,74,38); }

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