#535433

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

Shades of Waiouru #535433

Tints of Waiouru #535433

Color information

#535433 (or 0x535433) is unknown color: approx Waiouru. HEX triplet: 53, 54 and 33. RGB value is (83,84,51). Sum of RGB (Red+Green+Blue) = 83+84+51=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #535433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535433 is #ACABCC. Grayscale: #505050. Windows color (decimal): -11316173 or 3363923. OLE color: 3363923.

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

Color convert

RGB838451-
CMYK0.0100.390.67
HSL61.82º24.44%26.47%-
HSV(B)61.82º39.29%32.94%-
XYZ7.348.424.37-
YUV79.94111.67130.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=38.07%
G=38.53%
B=23.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384510.0100.390.6761.8224.4426.47
Hex5354331027433e181a
Octal123124631047103763032
Binary101001110101001100111010011110000111111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535433; }

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

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

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

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

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

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

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

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