Html Css Color HEX #515332 Waiouru

📋 copy color: '#515332'

red 81 ◦ green 83 ◦ blue 50

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

Shades of Waiouru #515332

Tints of Waiouru #515332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.36%

R = 37.85%
G = 38.79%
B = 23.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#515332 (or 0x515332) is known color: Waiouru. HEX triplet: 51, 53 and 32. RGB value is (81,83,50). Sum of RGB (Red+Green+Blue) = 81+83+50=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #515332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515332 is #AEACCD. Grayscale: #4E4E4E. Windows color (decimal): -11447502 or 3298129. OLE color: 3298129.

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

Color convert

RGB 81 83 50 -
CMYK 0.02 0 0.40 0.67
HSL 63.64º 0.25% 0.26% -
HSV(B) 63.64º 0.4% 0.33% -
XYZ 7.06 8.17 4.22 -
YUV 78.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 81 83 50 0.02 0 0.40 0.67 63.64 0.25 0.26
Hex 51 53 32 2 0 28 43 40 19 1A
Octal 121 123 62 2 0 50 103 100 31 32
Binary 1010001 1010011 110010 10 0 101000 1000011 1000000 11001 11010

Color Harmonies of #515332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515332

Black with #515332

Text Example


Text Example

White with #515332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515332; }

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

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

background-color css

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

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

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

border-color css

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

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

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