#535430

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

Shades of Waiouru #535430

Tints of Waiouru #535430

Color information

#535430 (or 0x535430) is unknown color: approx Waiouru. HEX triplet: 53, 54 and 30. RGB value is (83,84,48). Sum of RGB (Red+Green+Blue) = 83+84+48=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #535430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535430 is #ACABCF. Grayscale: #4F4F4F. Windows color (decimal): -11316176 or 3167315. OLE color: 3167315.

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

Color convert

RGB838448-
CMYK0.0100.430.67
HSL61.67º27.27%25.88%-
HSV(B)61.67º42.86%32.94%-
XYZ7.278.394.03-
YUV79.6110.17130.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=38.60%
G=39.07%
B=22.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384480.0100.430.6761.6727.2725.88
Hex535430102B433e1b1a
Octal123124601053103763332
Binary101001110101001100001010101110000111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535430; }

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

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

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

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

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

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

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

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