#534319

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

Shades of Bronze Olive #534319

Tints of Bronze Olive #534319

Color information

#534319 (or 0x534319) is unknown color: approx Bronze Olive. HEX triplet: 53, 43 and 19. RGB value is (83,67,25). Sum of RGB (Red+Green+Blue) = 83+67+25=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534319 is #ACBCE6. Grayscale: #434343. Windows color (decimal): -11320551 or 1655635. OLE color: 1655635.

HSL color Cylindrical-coordinate representation of color #534319: hue angle of 43.45º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534319 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB836725-
CMYK00.190.700.67
HSL43.45º53.7%21.18%-
HSV(B)43.45º69.88%32.55%-
XYZ5.755.921.76-
YUV67104.3139.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=47.43%
G=38.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83672500.190.700.6743.4553.721.18
Hex53431901346432b3615
Octal12310331023106103536625
Binary10100111000011110010100111000110100001110101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534319; }

 p { color: rgb(83,67,25); }

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

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

 a { background-color: rgb(83,67,25); }

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

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

 span { border-color: rgb(83,67,25); }

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