Html Css Color HEX #515331 Waiouru

📋 copy color: '#515331'

red 81 ◦ green 83 ◦ blue 49

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

Shades of Waiouru #515331

Tints of Waiouru #515331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23%

R = 38.03%
G = 38.97%
B = 23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#515331 (or 0x515331) is known color: Waiouru. HEX triplet: 51, 53 and 31. RGB value is (81,83,49). Sum of RGB (Red+Green+Blue) = 81+83+49=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #515331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515331 is #AEACCE. Grayscale: #4E4E4E. Windows color (decimal): -11447503 or 3232593. OLE color: 3232593.

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

Color convert

RGB 81 83 49 -
CMYK 0.02 0 0.41 0.67
HSL 63.53º 0.26% 0.26% -
HSV(B) 63.53º 0.41% 0.33% -
XYZ 7.04 8.16 4.11 -
YUV 78.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 81 83 49 0.02 0 0.41 0.67 63.53 0.26 0.26
Hex 51 53 31 2 0 29 43 40 1A 1A
Octal 121 123 61 2 0 51 103 100 32 32
Binary 1010001 1010011 110001 10 0 101001 1000011 1000000 11010 11010

Color Harmonies of #515331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515331

Black with #515331

Text Example


Text Example

White with #515331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515331; }

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

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

background-color css

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

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

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

border-color css

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

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

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