#434132

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

Shades of Woodrush #434132

Tints of Woodrush #434132

Color information

#434132 (or 0x434132) is unknown color: approx Woodrush. HEX triplet: 43, 41 and 32. RGB value is (67,65,50). Sum of RGB (Red+Green+Blue) = 67+65+50=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 67 - color contains mainly: red. Hex color #434132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434132 is #BCBECD. Grayscale: #3F3F3F. Windows color (decimal): -12369614 or 3293507. OLE color: 3293507.

HSL color Cylindrical-coordinate representation of color #434132: hue angle of 52.94º 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 #434132 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB676550-
CMYK00.030.250.74
HSL52.94º14.53%22.94%-
HSV(B)52.94º25.37%26.27%-
XYZ4.785.23.77-
YUV63.89120.16130.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.81%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=36.81%
G=35.71%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67655000.030.250.7452.9414.5322.94
Hex43413203194A35f17
Octal103101620331112651727
Binary10000111000001110010011110011001010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434132; }

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

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

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

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

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

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

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

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