Html Css Color HEX #505335 Waiouru

📋 copy color: '#505335'

red 80 ◦ green 83 ◦ blue 53

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

Shades of Waiouru #505335

Tints of Waiouru #505335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 37.04%
G = 38.43%
B = 24.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#505335 (or 0x505335) is known color: Waiouru. HEX triplet: 50, 53 and 35. RGB value is (80,83,53). Sum of RGB (Red+Green+Blue) = 80+83+53=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #505335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505335 is #AFACCA. Grayscale: #4E4E4E. Windows color (decimal): -11513035 or 3494736. OLE color: 3494736.

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

Color convert

RGB 80 83 53 -
CMYK 0.04 0 0.36 0.67
HSL 66º 0.22% 0.27% -
HSV(B) 66º 0.36% 0.33% -
XYZ 7.04 8.15 4.57 -
YUV 78.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 80 83 53 0.04 0 0.36 0.67 66 0.22 0.27
Hex 50 53 35 4 0 24 43 42 16 1B
Octal 120 123 65 4 0 44 103 102 26 33
Binary 1010000 1010011 110101 100 0 100100 1000011 1000010 10110 11011

Color Harmonies of #505335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505335

Black with #505335

Text Example


Text Example

White with #505335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505335; }

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

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

background-color css

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

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

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

border-color css

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

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

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