Html Css Color HEX #515129 Waiouru

📋 copy color: '#515129'

red 81 ◦ green 81 ◦ blue 41

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

Shades of Waiouru #515129

Tints of Waiouru #515129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 41 (16.41% from 255) = 20.2%

R = 39.9%
G = 39.9%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#515129 (or 0x515129) is known color: Waiouru. HEX triplet: 51, 51 and 29. RGB value is (81,81,41). Sum of RGB (Red+Green+Blue) = 81+81+41=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515129 is #AEAED6. Grayscale: #4C4C4C. Windows color (decimal): -11448023 or 2707793. OLE color: 2707793.

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

Color convert

RGB 81 81 41 -
CMYK 0 0 0.49 0.68
HSL 60º 0.33% 0.24% -
HSV(B) 60º 0.49% 0.32% -
XYZ 6.74 7.79 3.25 -
YUV 76.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 81 81 41 0 0 0.49 0.68 60 0.33 0.24
Hex 51 51 29 0 0 31 44 3C 21 18
Octal 121 121 51 0 0 61 104 74 41 30
Binary 1010001 1010001 101001 0 0 110001 1000100 111100 100001 11000

Color Harmonies of #515129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515129

Black with #515129

Text Example


Text Example

White with #515129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515129; }

 p { color: rgb(81,81,41); }

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

background-color css

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

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

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

border-color css

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

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

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