#464829

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

Shades of Waiouru #464829

Tints of Waiouru #464829

Color information

#464829 (or 0x464829) is unknown color: approx Waiouru. HEX triplet: 46, 48 and 29. RGB value is (70,72,41). Sum of RGB (Red+Green+Blue) = 70+72+41=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #464829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464829 is #B9B7D6. Grayscale: #434343. Windows color (decimal): -12171223 or 2705478. OLE color: 2705478.

HSL color Cylindrical-coordinate representation of color #464829: hue angle of 63.87º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464829 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB707241-
CMYK0.0300.430.72
HSL63.87º27.43%22.16%-
HSV(B)63.87º43.06%28.24%-
XYZ5.246.13-
YUV67.87112.84129.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=38.25%
G=39.34%
B=22.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072410.0300.430.7263.8727.4322.16
Hex464829302B48401b16
Octal1061105130531101003326
Binary10001101001000101001110101011100100010000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464829; }

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

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

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

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

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

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

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

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