#505227

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

Shades of Waiouru #505227

Tints of Waiouru #505227

Color information

#505227 (or 0x505227) is unknown color: approx Waiouru. HEX triplet: 50, 52 and 27. RGB value is (80,82,39). Sum of RGB (Red+Green+Blue) = 80+82+39=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #505227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505227 is #AFADD8. Grayscale: #4C4C4C. Windows color (decimal): -11513305 or 2576976. OLE color: 2576976.

HSL color Cylindrical-coordinate representation of color #505227: hue angle of 62.79º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #505227 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB808239-
CMYK0.0200.520.68
HSL62.79º35.54%23.73%-
HSV(B)62.79º52.44%32.16%-
XYZ6.697.893.09-
YUV76.5106.84130.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=39.80%
G=40.80%
B=19.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082390.0200.520.6862.7935.5423.73
Hex5052272034443f2418
Octal120122472064104774430
Binary10100001010010100111100110100100010011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505227; }

 p { color: rgb(80,82,39); }

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

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

 a { background-color: rgb(80,82,39); }

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

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

 span { border-color: rgb(80,82,39); }

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