Html Css Color HEX #515328 Waiouru

📋 copy color: '#515328'

red 81 ◦ green 83 ◦ blue 40

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

Shades of Waiouru #515328

Tints of Waiouru #515328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.61%

R = 39.71%
G = 40.69%
B = 19.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#515328 (or 0x515328) is known color: Waiouru. HEX triplet: 51, 53 and 28. RGB value is (81,83,40). Sum of RGB (Red+Green+Blue) = 81+83+40=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #515328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515328 is #AEACD7. Grayscale: #4D4D4D. Windows color (decimal): -11447512 or 2642769. OLE color: 2642769.

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

Color convert

RGB 81 83 40 -
CMYK 0.02 0 0.52 0.67
HSL 62.79º 0.35% 0.24% -
HSV(B) 62.79º 0.52% 0.33% -
XYZ 6.87 8.09 3.21 -
YUV 77.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 81 83 40 0.02 0 0.52 0.67 62.79 0.35 0.24
Hex 51 53 28 2 0 34 43 3F 23 18
Octal 121 123 50 2 0 64 103 77 43 30
Binary 1010001 1010011 101000 10 0 110100 1000011 111111 100011 11000

Color Harmonies of #515328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515328

Black with #515328

Text Example


Text Example

White with #515328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515328; }

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

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

background-color css

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

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

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

border-color css

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

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

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