#434020

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

Shades of Woodrush #434020

Tints of Woodrush #434020

Color information

#434020 (or 0x434020) is unknown color: approx Woodrush. HEX triplet: 43, 40 and 20. RGB value is (67,64,32). Sum of RGB (Red+Green+Blue) = 67+64+32=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #434020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434020 is #BCBFDF. Grayscale: #3D3D3D. Windows color (decimal): -12369888 or 2113603. OLE color: 2113603.

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

Color convert

RGB676432-
CMYK00.040.520.74
HSL54.86º35.35%19.41%-
HSV(B)54.86º52.24%26.27%-
XYZ4.414.962.09-
YUV61.25111.49132.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.10%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=41.10%
G=39.26%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67643200.040.520.7454.8635.3519.41
Hex43402004344A372313
Octal103100400464112674323
Binary100001110000001000000100110100100101011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434020; }

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

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

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

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

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

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

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

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