#4B4C31

Color #4B4C31 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #4B4C31

Tints of Waiouru #4B4C31

Color information

#4B4C31 (or 0x4B4C31) is unknown color: approx Waiouru. HEX triplet: 4B, 4C and 31. RGB value is (75,76,49). Sum of RGB (Red+Green+Blue) = 75+76+49=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 76 - color contains mainly: green. Hex color #4B4C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4C31 is #B4B3CE. Grayscale: #484848. Windows color (decimal): -11842511 or 3230795. OLE color: 3230795.

HSL color Cylindrical-coordinate representation of color #4B4C31: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B4C31 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB757649-
CMYK0.0100.360.70
HSL62.22º21.6%24.51%-
HSV(B)62.22º35.53%29.8%-
XYZ6.046.893.92-
YUV72.62114.67129.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 76 (30.08% from 255) = 38%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=37.5%
G=38%
B=24.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7576490.0100.360.7062.2221.624.51
Hex4B4C311024463e1619
Octal113114611044106762631
Binary100101110011001100011010010010001101111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4C31; }

 p { color: rgb(75,76,49); }

 H1.HeaderClassName
 {
   color: #4B4C31;
 }
 .AnyTagClassName
 {
   color: #4B4C31;
 }
</style>
background-color css

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

 a { background-color: rgb(75,76,49); }

 div.DivClassName
 {
   background-color: #4B4C31;
 }
 .BgClassName
 {
   background-color: #4B4C31;
 }
</style>
border-color css

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

 span { border-color: rgb(75,76,49); }

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