#464123

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

Shades of Woodrush #464123

Tints of Woodrush #464123

Color information

#464123 (or 0x464123) is unknown color: approx Woodrush. HEX triplet: 46, 41 and 23. RGB value is (70,65,35). Sum of RGB (Red+Green+Blue) = 70+65+35=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #464123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464123 is #B9BEDC. Grayscale: #3F3F3F. Windows color (decimal): -12173021 or 2310470. OLE color: 2310470.

HSL color Cylindrical-coordinate representation of color #464123: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464123 is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB706535-
CMYK00.070.50.73
HSL51.43º33.33%20.59%-
HSV(B)51.43º50%27.45%-
XYZ4.725.22.35-
YUV63.08112.16132.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 35 (14.06% from 255) = 20.59%
R=41.18%
G=38.24%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70653500.070.50.7351.4333.3320.59
Hex464123073249332115
Octal106101430762111634125
Binary100011010000011000110111110010100100111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464123; }

 p { color: rgb(70,65,35); }

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

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

 a { background-color: rgb(70,65,35); }

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

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

 span { border-color: rgb(70,65,35); }

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