#535022

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

Shades of Bronze Olive #535022

Tints of Bronze Olive #535022

Color information

#535022 (or 0x535022) is unknown color: approx Bronze Olive. HEX triplet: 53, 50 and 22. RGB value is (83,80,34). Sum of RGB (Red+Green+Blue) = 83+80+34=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #535022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535022 is #ACAFDD. Grayscale: #4B4B4B. Windows color (decimal): -11317214 or 2248787. OLE color: 2248787.

HSL color Cylindrical-coordinate representation of color #535022: hue angle of 56.33º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #535022 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB838034-
CMYK00.040.590.67
HSL56.33º41.88%22.94%-
HSV(B)56.33º59.04%32.55%-
XYZ6.727.692.64-
YUV75.65104.49133.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=42.13%
G=40.61%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83803400.040.590.6756.3341.8822.94
Hex535022043B43382a17
Octal123120420473103705227
Binary101001110100001000100100111011100001111100010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535022; }

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

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

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

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

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

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

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

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