#434126

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

Shades of Woodrush #434126

Tints of Woodrush #434126

Color information

#434126 (or 0x434126) is unknown color: approx Woodrush. HEX triplet: 43, 41 and 26. RGB value is (67,65,38). Sum of RGB (Red+Green+Blue) = 67+65+38=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 67 - color contains mainly: red. Hex color #434126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434126 is #BCBED9. Grayscale: #3E3E3E. Windows color (decimal): -12369626 or 2507075. OLE color: 2507075.

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

Color convert

RGB676538-
CMYK00.030.430.74
HSL55.86º27.62%20.59%-
HSV(B)55.86º43.28%26.27%-
XYZ4.555.112.58-
YUV62.52114.16131.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 38 (15.23% from 255) = 22.35%
R=39.41%
G=38.24%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67653800.030.430.7455.8627.6220.59
Hex434126032B4A381c15
Octal103101460353112703425
Binary1000011100000110011001110101110010101110001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434126; }

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

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

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

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

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

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

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

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