Html Css Color HEX #515336 Waiouru

📋 copy color: '#515336'

red 81 ◦ green 83 ◦ blue 54

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

Shades of Waiouru #515336

Tints of Waiouru #515336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 37.16%
G = 38.07%
B = 24.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#515336 (or 0x515336) is known color: Waiouru. HEX triplet: 51, 53 and 36. RGB value is (81,83,54). Sum of RGB (Red+Green+Blue) = 81+83+54=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #515336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515336 is #AEACC9. Grayscale: #4F4F4F. Windows color (decimal): -11447498 or 3560273. OLE color: 3560273.

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

Color convert

RGB 81 83 54 -
CMYK 0.02 0 0.35 0.67
HSL 64.14º 0.21% 0.27% -
HSV(B) 64.14º 0.35% 0.33% -
XYZ 7.15 8.2 4.7 -
YUV 79.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 81 83 54 0.02 0 0.35 0.67 64.14 0.21 0.27
Hex 51 53 36 2 0 23 43 40 15 1B
Octal 121 123 66 2 0 43 103 100 25 33
Binary 1010001 1010011 110110 10 0 100011 1000011 1000000 10101 11011

Color Harmonies of #515336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515336

Black with #515336

Text Example


Text Example

White with #515336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515336; }

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

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

background-color css

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

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

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

border-color css

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

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

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