#534410

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

Shades of Bronze Olive #534410

Tints of Bronze Olive #534410

Color information

#534410 (or 0x534410) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 10. RGB value is (83,68,16). Sum of RGB (Red+Green+Blue) = 83+68+16=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #534410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534410 is #ACBBEF. Grayscale: #424242. Windows color (decimal): -11320304 or 1066067. OLE color: 1066067.

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

Color convert

RGB836816-
CMYK00.180.810.67
HSL46.57º67.68%19.41%-
HSV(B)46.57º80.72%32.55%-
XYZ5.736.011.35-
YUV66.5699.47139.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 68 (26.95% from 255) = 40.72%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=49.70%
G=40.72%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83681600.180.810.6746.5767.6819.41
Hex53441001251432f4413
Octal123104200221211035710423
Binary101001110001001000001001010100011000011101111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534410; }

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

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

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

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

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

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

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

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