Html Css Color HEX #505234 Waiouru

📋 copy color: '#505234'

red 80 ◦ green 82 ◦ blue 52

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

Shades of Waiouru #505234

Tints of Waiouru #505234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 37.38%
G = 38.32%
B = 24.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#505234 (or 0x505234) is known color: Waiouru. HEX triplet: 50, 52 and 34. RGB value is (80,82,52). Sum of RGB (Red+Green+Blue) = 80+82+52=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #505234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505234 is #AFADCB. Grayscale: #4E4E4E. Windows color (decimal): -11513292 or 3428944. OLE color: 3428944.

HSL color Cylindrical-coordinate representation of color #505234: hue angle of 64º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #505234 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 52 -
CMYK 0.02 0 0.37 0.68
HSL 64º 0.22% 0.26% -
HSV(B) 64º 0.37% 0.32% -
XYZ 6.95 7.99 4.42 -
YUV 77.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 80 82 52 0.02 0 0.37 0.68 64 0.22 0.26
Hex 50 52 34 2 0 25 44 40 16 1A
Octal 120 122 64 2 0 45 104 100 26 32
Binary 1010000 1010010 110100 10 0 100101 1000100 1000000 10110 11010

Color Harmonies of #505234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505234

Black with #505234

Text Example


Text Example

White with #505234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505234; }

 p { color: rgb(80,82,52); }

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

background-color css

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

 a { background-color: rgb(80,82,52); }

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

border-color css

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

 span { border-color: rgb(80,82,52); }

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