#484B29

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

Shades of Waiouru #484B29

Tints of Waiouru #484B29

Color information

#484B29 (or 0x484B29) is unknown color: approx Waiouru. HEX triplet: 48, 4B and 29. RGB value is (72,75,41). Sum of RGB (Red+Green+Blue) = 72+75+41=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 75 - color contains mainly: green. Hex color #484B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B29 is #B7B4D6. Grayscale: #464646. Windows color (decimal): -12039383 or 2706248. OLE color: 2706248.

HSL color Cylindrical-coordinate representation of color #484B29: hue angle of 65.29º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #484B29 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB727541-
CMYK0.0400.450.71
HSL65.29º29.31%22.75%-
HSV(B)65.29º45.33%29.41%-
XYZ5.596.573.07-
YUV70.23111.51129.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=38.30%
G=39.89%
B=21.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275410.0400.450.7165.2929.3122.75
Hex484B29402D47411d17
Octal1101135140551071013527
Binary100100010010111010011000101101100011110000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B29; }

 p { color: rgb(72,75,41); }

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

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

 a { background-color: rgb(72,75,41); }

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

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

 span { border-color: rgb(72,75,41); }

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