#534416

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

Shades of Bronze Olive #534416

Tints of Bronze Olive #534416

Color information

#534416 (or 0x534416) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 16. RGB value is (83,68,22). Sum of RGB (Red+Green+Blue) = 83+68+22=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534416 is #ACBBE9. Grayscale: #434343. Windows color (decimal): -11320298 or 1459283. OLE color: 1459283.

HSL color Cylindrical-coordinate representation of color #534416: hue angle of 45.25º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #534416 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB836822-
CMYK00.180.730.67
HSL45.25º58.1%20.59%-
HSV(B)45.25º73.49%32.55%-
XYZ5.786.031.62-
YUV67.24102.47139.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=47.98%
G=39.31%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83682200.180.730.6745.2558.120.59
Hex53441601249432d3a15
Octal12310426022111103557225
Binary10100111000100101100100101001001100001110110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534416; }

 p { color: rgb(83,68,22); }

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

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

 a { background-color: rgb(83,68,22); }

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

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

 span { border-color: rgb(83,68,22); }

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