#434128

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

Shades of Woodrush #434128

Tints of Woodrush #434128

Color information

#434128 (or 0x434128) is unknown color: approx Woodrush. HEX triplet: 43, 41 and 28. RGB value is (67,65,40). Sum of RGB (Red+Green+Blue) = 67+65+40=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 67 - color contains mainly: red. Hex color #434128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434128 is #BCBED7. Grayscale: #3E3E3E. Windows color (decimal): -12369624 or 2638147. OLE color: 2638147.

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

Color convert

RGB676540-
CMYK00.030.400.74
HSL55.56º25.23%20.98%-
HSV(B)55.56º40.3%26.27%-
XYZ4.595.132.76-
YUV62.75115.16131.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=38.95%
G=37.79%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67654000.030.400.7455.5625.2320.98
Hex43412803284A381915
Octal103101500350112703125
Binary1000011100000110100001110100010010101110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434128; }

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

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

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

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

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

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

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

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