#434525

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

Shades of Waiouru #434525

Tints of Waiouru #434525

Color information

#434525 (or 0x434525) is unknown color: approx Waiouru. HEX triplet: 43, 45 and 25. RGB value is (67,69,37). Sum of RGB (Red+Green+Blue) = 67+69+37=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #434525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434525 is #BCBADA. Grayscale: #404040. Windows color (decimal): -12368603 or 2442563. OLE color: 2442563.

HSL color Cylindrical-coordinate representation of color #434525: hue angle of 63.75º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434525 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB676937-
CMYK0.0300.460.73
HSL63.75º30.19%20.78%-
HSV(B)63.75º46.38%27.06%-
XYZ4.785.582.58-
YUV64.75112.34129.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.73%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=38.73%
G=39.88%
B=21.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769370.0300.460.7363.7530.1920.78
Hex434525302E49401e15
Octal1031054530561111003625
Binary10000111000101100101110101110100100110000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434525; }

 p { color: rgb(67,69,37); }

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

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

 a { background-color: rgb(67,69,37); }

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

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

 span { border-color: rgb(67,69,37); }

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