Html Css Color HEX #505328 Waiouru

📋 copy color: '#505328'

red 80 ◦ green 83 ◦ blue 40

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

Shades of Waiouru #505328

Tints of Waiouru #505328

RGB

 RED value IS 80 (31.64% from 255) = 39.41%

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

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

R = 39.41%
G = 40.89%
B = 19.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#505328 (or 0x505328) is known color: Waiouru. HEX triplet: 50, 53 and 28. RGB value is (80,83,40). Sum of RGB (Red+Green+Blue) = 80+83+40=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #505328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505328 is #AFACD7. Grayscale: #4D4D4D. Windows color (decimal): -11513048 or 2642768. OLE color: 2642768.

HSL color Cylindrical-coordinate representation of color #505328: hue angle of 64.19º 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 #505328 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 40 -
CMYK 0.04 0 0.52 0.67
HSL 64.19º 0.35% 0.24% -
HSV(B) 64.19º 0.52% 0.33% -
XYZ 6.78 8.05 3.2 -
YUV 77.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 80 83 40 0.04 0 0.52 0.67 64.19 0.35 0.24
Hex 50 53 28 4 0 34 43 40 23 18
Octal 120 123 50 4 0 64 103 100 43 30
Binary 1010000 1010011 101000 100 0 110100 1000011 1000000 100011 11000

Color Harmonies of #505328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505328

Black with #505328

Text Example


Text Example

White with #505328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505328; }

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

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

background-color css

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

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

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

border-color css

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

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

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