#534321

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

Shades of Bronze Olive #534321

Tints of Bronze Olive #534321

Color information

#534321 (or 0x534321) is unknown color: approx Bronze Olive. HEX triplet: 53, 43 and 21. RGB value is (83,67,33). Sum of RGB (Red+Green+Blue) = 83+67+33=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534321 is #ACBCDE. Grayscale: #444444. Windows color (decimal): -11320543 or 2179923. OLE color: 2179923.

HSL color Cylindrical-coordinate representation of color #534321: hue angle of 40.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534321 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB836733-
CMYK00.190.600.67
HSL40.8º43.1%22.75%-
HSV(B)40.8º60.24%32.55%-
XYZ5.855.962.28-
YUV67.91108.3138.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=45.36%
G=36.61%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83673300.190.600.6740.843.122.75
Hex5343210133C43292b17
Octal1231034102374103515327
Binary10100111000011100001010011111100100001110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534321; }

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

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

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

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

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

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

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

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