#454829

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

Shades of Waiouru #454829

Tints of Waiouru #454829

Color information

#454829 (or 0x454829) is unknown color: approx Waiouru. HEX triplet: 45, 48 and 29. RGB value is (69,72,41). Sum of RGB (Red+Green+Blue) = 69+72+41=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #454829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454829 is #BAB7D6. Grayscale: #434343. Windows color (decimal): -12236759 or 2705477. OLE color: 2705477.

HSL color Cylindrical-coordinate representation of color #454829: hue angle of 65.81º 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 #454829 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB697241-
CMYK0.0400.430.72
HSL65.81º27.43%22.16%-
HSV(B)65.81º43.06%28.24%-
XYZ5.176.062.99-
YUV67.57113.01129.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=37.91%
G=39.56%
B=22.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972410.0400.430.7265.8127.4322.16
Hex454829402B48421b16
Octal1051105140531101023326
Binary100010110010001010011000101011100100010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454829; }

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

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

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

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

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

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

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

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