Html Css Color HEX #50532C Waiouru

📋 copy color: '#50532C'

red 80 ◦ green 83 ◦ blue 44

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

Shades of Waiouru #50532C

Tints of Waiouru #50532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 38.65%
G = 40.1%
B = 21.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#50532C (or 0x50532C) is known color: Waiouru. HEX triplet: 50, 53 and 2C. RGB value is (80,83,44). Sum of RGB (Red+Green+Blue) = 80+83+44=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #50532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50532C is #AFACD3. Grayscale: #4D4D4D. Windows color (decimal): -11513044 or 2904912. OLE color: 2904912.

HSL color Cylindrical-coordinate representation of color #50532C: hue angle of 64.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50532C is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 44 -
CMYK 0.04 0 0.47 0.67
HSL 64.62º 0.31% 0.25% -
HSV(B) 64.62º 0.47% 0.33% -
XYZ 6.86 8.07 3.58 -
YUV 77.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 80 83 44 0.04 0 0.47 0.67 64.62 0.31 0.25
Hex 50 53 2C 4 0 2F 43 41 1F 19
Octal 120 123 54 4 0 57 103 101 37 31
Binary 1010000 1010011 101100 100 0 101111 1000011 1000001 11111 11001

Color Harmonies of #50532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50532C

Black with #50532C

Text Example


Text Example

White with #50532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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