Html Css Color HEX #494B37 Waiouru

📋 copy color: '#494B37'

red 73 ◦ green 75 ◦ blue 55

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

Shades of Waiouru #494B37

Tints of Waiouru #494B37

RGB

 RED value IS 73 (28.91% from 255) = 35.96%

 GREEN value IS 75 (29.69% from 255) = 36.95%

 BLUE value IS 55 (21.88% from 255) = 27.09%

R = 35.96%
G = 36.95%
B = 27.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#494B37 (or 0x494B37) is known color: Waiouru. HEX triplet: 49, 4B and 37. RGB value is (73,75,55). Sum of RGB (Red+Green+Blue) = 73+75+55=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 75 - color contains mainly: green. Hex color #494B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B37 is #B6B4C8. Grayscale: #484848. Windows color (decimal): -11973833 or 3623753. OLE color: 3623753.

HSL color Cylindrical-coordinate representation of color #494B37: hue angle of 66º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #494B37 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 75 55 -
CMYK 0.03 0 0.27 0.71
HSL 66º 0.15% 0.25% -
HSV(B) 66º 0.27% 0.29% -
XYZ 5.95 6.72 4.6 -
YUV 72.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 73 75 55 0.03 0 0.27 0.71 66 0.15 0.25
Hex 49 4B 37 3 0 1B 47 42 F 19
Octal 111 113 67 3 0 33 107 102 17 31
Binary 1001001 1001011 110111 11 0 11011 1000111 1000010 1111 11001

Color Harmonies of #494B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B37

Black with #494B37

Text Example


Text Example

White with #494B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494B37; }

 p { color: rgb(73,75,55); }

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

background-color css

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

 a { background-color: rgb(73,75,55); }

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

border-color css

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

 span { border-color: rgb(73,75,55); }

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