#534926

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

Shades of Bronze Olive #534926

Tints of Bronze Olive #534926

Color information

#534926 (or 0x534926) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 26. RGB value is (83,73,38). Sum of RGB (Red+Green+Blue) = 83+73+38=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534926 is #ACB6D9. Grayscale: #484848. Windows color (decimal): -11319002 or 2509139. OLE color: 2509139.

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

Color convert

RGB837338-
CMYK00.120.540.67
HSL46.67º37.19%23.73%-
HSV(B)46.67º54.22%32.55%-
XYZ6.36.742.8-
YUV72108.81135.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=42.78%
G=37.63%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83733800.120.540.6746.6737.1923.73
Hex5349260C36432f2518
Octal1231114601466103574530
Binary1010011100100110011001100110110100001110111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534926; }

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

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

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

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

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

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

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

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