Html Css Color HEX #515337 Waiouru

📋 copy color: '#515337'

red 81 ◦ green 83 ◦ blue 55

#515337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #515337

Tints of Waiouru #515337

RGB

 RED value IS 81 (32.03% from 255) = 36.99%

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 55 (21.88% from 255) = 25.11%

R = 36.99%
G = 37.9%
B = 25.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#515337 (or 0x515337) is known color: Waiouru. HEX triplet: 51, 53 and 37. RGB value is (81,83,55). Sum of RGB (Red+Green+Blue) = 81+83+55=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #515337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515337 is #AEACC8. Grayscale: #4F4F4F. Windows color (decimal): -11447497 or 3625809. OLE color: 3625809.

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

Color convert

RGB 81 83 55 -
CMYK 0.02 0 0.34 0.67
HSL 64.29º 0.2% 0.27% -
HSV(B) 64.29º 0.34% 0.33% -
XYZ 7.18 8.21 4.82 -
YUV 79.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 81 83 55 0.02 0 0.34 0.67 64.29 0.2 0.27
Hex 51 53 37 2 0 22 43 40 14 1B
Octal 121 123 67 2 0 42 103 100 24 33
Binary 1010001 1010011 110111 10 0 100010 1000011 1000000 10100 11011

Color Harmonies of #515337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515337

Black with #515337

Text Example


Text Example

White with #515337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515337; }

 p { color: rgb(81,83,55); }

 H1.HeaderClassName
 {
   color: #515337;
 }
 .AnyTagClassName
 {
   color: #515337;
 }
</style>

background-color css

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

 a { background-color: rgb(81,83,55); }

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

border-color css

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

 span { border-color: rgb(81,83,55); }

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