#434021

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

Shades of Woodrush #434021

Tints of Woodrush #434021

Color information

#434021 (or 0x434021) is unknown color: approx Woodrush. HEX triplet: 43, 40 and 21. RGB value is (67,64,33). Sum of RGB (Red+Green+Blue) = 67+64+33=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 67 - color contains mainly: red. Hex color #434021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434021 is #BCBFDE. Grayscale: #3D3D3D. Windows color (decimal): -12369887 or 2179139. OLE color: 2179139.

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

Color convert

RGB676433-
CMYK00.040.510.74
HSL54.71º34%19.61%-
HSV(B)54.71º50.75%26.27%-
XYZ4.424.972.17-
YUV61.36111.99132.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.85%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=40.85%
G=39.02%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67643300.040.510.7454.713419.61
Hex43402104334A372214
Octal103100410463112674224
Binary100001110000001000010100110011100101011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434021; }

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

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

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

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

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

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

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

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