#434032

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

Shades of Woodrush #434032

Tints of Woodrush #434032

Color information

#434032 (or 0x434032) is unknown color: approx Woodrush. HEX triplet: 43, 40 and 32. RGB value is (67,64,50). Sum of RGB (Red+Green+Blue) = 67+64+50=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 67 - color contains mainly: red. Hex color #434032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434032 is #BCBFCD. Grayscale: #3F3F3F. Windows color (decimal): -12369870 or 3293251. OLE color: 3293251.

HSL color Cylindrical-coordinate representation of color #434032: hue angle of 49.41º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #434032 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB676450-
CMYK00.040.250.74
HSL49.41º14.53%22.94%-
HSV(B)49.41º25.37%26.27%-
XYZ4.725.093.75-
YUV63.3120.49130.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 50 (19.92% from 255) = 27.62%
R=37.02%
G=35.36%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67645000.040.250.7449.4114.5322.94
Hex43403204194A31f17
Octal103100620431112611727
Binary100001110000001100100100110011001010110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434032; }

 p { color: rgb(67,64,50); }

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

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

 a { background-color: rgb(67,64,50); }

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

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

 span { border-color: rgb(67,64,50); }

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