#534626

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

Shades of Bronze Olive #534626

Tints of Bronze Olive #534626

Color information

#534626 (or 0x534626) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 26. RGB value is (83,70,38). Sum of RGB (Red+Green+Blue) = 83+70+38=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534626 is #ACB9D9. Grayscale: #464646. Windows color (decimal): -11319770 or 2508371. OLE color: 2508371.

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

Color convert

RGB837038-
CMYK00.160.540.67
HSL42.67º37.19%23.73%-
HSV(B)42.67º54.22%32.55%-
XYZ6.116.362.74-
YUV70.24109.81137.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=43.46%
G=36.65%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83703800.160.540.6742.6737.1923.73
Hex53462601036432b2518
Octal1231064602066103534530
Binary10100111000110100110010000110110100001110101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534626; }

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

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

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

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

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

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

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

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