#534826

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

Shades of Bronze Olive #534826

Tints of Bronze Olive #534826

Color information

#534826 (or 0x534826) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 26. RGB value is (83,72,38). Sum of RGB (Red+Green+Blue) = 83+72+38=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534826 is #ACB7D9. Grayscale: #474747. Windows color (decimal): -11319258 or 2508883. OLE color: 2508883.

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

Color convert

RGB837238-
CMYK00.130.540.67
HSL45.33º37.19%23.73%-
HSV(B)45.33º54.22%32.55%-
XYZ6.236.612.78-
YUV71.41109.14136.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=43.01%
G=37.31%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83723800.130.540.6745.3337.1923.73
Hex5348260D36432d2518
Octal1231104601566103554530
Binary1010011100100010011001101110110100001110110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534826; }

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

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

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

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

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

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

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

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