#423F1F

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

Shades of Woodrush #423F1F

Tints of Woodrush #423F1F

Color information

#423F1F (or 0x423F1F) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 1F. RGB value is (66,63,31). Sum of RGB (Red+Green+Blue) = 66+63+31=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #423F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F1F is #BDC0E0. Grayscale: #3C3C3C. Windows color (decimal): -12435681 or 2047810. OLE color: 2047810.

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

Color convert

RGB666331-
CMYK00.050.530.74
HSL54.86º36.08%19.02%-
HSV(B)54.86º53.03%25.88%-
XYZ4.274.812-
YUV60.25111.49132.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 63 (25% from 255) = 39.38%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=41.25%
G=39.38%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66633100.050.530.7454.8636.0819.02
Hex423F1F05354A372413
Octal10277370565112674423
Binary1000010111111111110101110101100101011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F1F; }

 p { color: rgb(66,63,31); }

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

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

 a { background-color: rgb(66,63,31); }

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

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

 span { border-color: rgb(66,63,31); }

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