#535435

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

Shades of Waiouru #535435

Tints of Waiouru #535435

Color information

#535435 (or 0x535435) is unknown color: approx Waiouru. HEX triplet: 53, 54 and 35. RGB value is (83,84,53). Sum of RGB (Red+Green+Blue) = 83+84+53=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #535435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535435 is #ACABCA. Grayscale: #505050. Windows color (decimal): -11316171 or 3494995. OLE color: 3494995.

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

Color convert

RGB838453-
CMYK0.0100.370.67
HSL61.94º22.63%26.86%-
HSV(B)61.94º36.9%32.94%-
XYZ7.388.444.61-
YUV80.17112.67130.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=37.73%
G=38.18%
B=24.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384530.0100.370.6761.9422.6326.86
Hex5354351025433e171b
Octal123124651045103762733
Binary101001110101001101011010010110000111111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535435; }

 p { color: rgb(83,84,53); }

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

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

 a { background-color: rgb(83,84,53); }

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

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

 span { border-color: rgb(83,84,53); }

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