#535021

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

Shades of Bronze Olive #535021

Tints of Bronze Olive #535021

Color information

#535021 (or 0x535021) is unknown color: approx Bronze Olive. HEX triplet: 53, 50 and 21. RGB value is (83,80,33). Sum of RGB (Red+Green+Blue) = 83+80+33=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #535021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535021 is #ACAFDE. Grayscale: #4B4B4B. Windows color (decimal): -11317215 or 2183251. OLE color: 2183251.

HSL color Cylindrical-coordinate representation of color #535021: hue angle of 56.4º 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 #535021 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB838033-
CMYK00.040.600.67
HSL56.4º43.1%22.75%-
HSV(B)56.4º60.24%32.55%-
XYZ6.717.692.57-
YUV75.54103.99133.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=42.35%
G=40.82%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83803300.040.600.6756.443.122.75
Hex535021043C43382b17
Octal123120410474103705327
Binary101001110100001000010100111100100001111100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535021; }

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

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

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

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

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

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

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

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