#434238

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

Shades of Woodrush #434238

Tints of Woodrush #434238

Color information

#434238 (or 0x434238) is unknown color: approx Woodrush. HEX triplet: 43, 42 and 38. RGB value is (67,66,56). Sum of RGB (Red+Green+Blue) = 67+66+56=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 67 - color contains mainly: red. Hex color #434238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434238 is #BCBDC7. Grayscale: #414141. Windows color (decimal): -12369352 or 3686979. OLE color: 3686979.

HSL color Cylindrical-coordinate representation of color #434238: hue angle of 54.55º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434238 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB676656-
CMYK00.010.160.74
HSL54.55º8.94%24.12%-
HSV(B)54.55º16.42%26.27%-
XYZ4.985.384.52-
YUV65.16122.83129.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.45%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=35.45%
G=34.92%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67665600.010.160.7454.558.9424.12
Hex43423801104A37918
Octal103102700120112671130
Binary1000011100001011100001100001001010110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434238; }

 p { color: rgb(67,66,56); }

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

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

 a { background-color: rgb(67,66,56); }

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

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

 span { border-color: rgb(67,66,56); }

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