#534A28

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

Shades of Bronze Olive #534A28

Tints of Bronze Olive #534A28

Color information

#534A28 (or 0x534A28) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 28. RGB value is (83,74,40). Sum of RGB (Red+Green+Blue) = 83+74+40=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A28 is #ACB5D7. Grayscale: #484848. Windows color (decimal): -11318744 or 2640467. OLE color: 2640467.

HSL color Cylindrical-coordinate representation of color #534A28: hue angle of 47.44º 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 #534A28 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB837440-
CMYK00.110.520.67
HSL47.44º34.96%24.12%-
HSV(B)47.44º51.81%32.55%-
XYZ6.46.893-
YUV72.82109.48135.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=42.13%
G=37.56%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83744000.110.520.6747.4434.9624.12
Hex534A280B34432f2318
Octal1231125001364103574330
Binary1010011100101010100001011110100100001110111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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