Html Css Color HEX #515237 Waiouru

📋 copy color: '#515237'

red 81 ◦ green 82 ◦ blue 55

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

Shades of Waiouru #515237

Tints of Waiouru #515237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 37.16%
G = 37.61%
B = 25.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#515237 (or 0x515237) is known color: Waiouru. HEX triplet: 51, 52 and 37. RGB value is (81,82,55). Sum of RGB (Red+Green+Blue) = 81+82+55=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #515237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515237 is #AEADC8. Grayscale: #4E4E4E. Windows color (decimal): -11447753 or 3625553. OLE color: 3625553.

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

Color convert

RGB 81 82 55 -
CMYK 0.01 0 0.33 0.68
HSL 62.22º 0.2% 0.27% -
HSV(B) 62.22º 0.33% 0.32% -
XYZ 7.1 8.06 4.8 -
YUV 78.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 81 82 55 0.01 0 0.33 0.68 62.22 0.2 0.27
Hex 51 52 37 1 0 21 44 3E 14 1B
Octal 121 122 67 1 0 41 104 76 24 33
Binary 1010001 1010010 110111 1 0 100001 1000100 111110 10100 11011

Color Harmonies of #515237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515237

Black with #515237

Text Example


Text Example

White with #515237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515237; }

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

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

background-color css

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

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

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

border-color css

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

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

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