#4B502C

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

Shades of Waiouru #4B502C

Tints of Waiouru #4B502C

Color information

#4B502C (or 0x4B502C) is unknown color: approx Waiouru. HEX triplet: 4B, 50 and 2C. RGB value is (75,80,44). Sum of RGB (Red+Green+Blue) = 75+80+44=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #4B502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B502C is #B4AFD3. Grayscale: #4A4A4A. Windows color (decimal): -11841492 or 2904139. OLE color: 2904139.

HSL color Cylindrical-coordinate representation of color #4B502C: hue angle of 68.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B502C is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB758044-
CMYK0.0600.450.69
HSL68.33º29.03%24.31%-
HSV(B)68.33º45%31.37%-
XYZ6.227.423.49-
YUV74.4110.84128.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=37.69%
G=40.20%
B=22.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580440.0600.450.6968.3329.0324.31
Hex4B502C602D45441d18
Octal1131205460551051043530
Binary100101110100001011001100101101100010110001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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