#464230

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

Shades of Woodrush #464230

Tints of Woodrush #464230

Color information

#464230 (or 0x464230) is unknown color: approx Woodrush. HEX triplet: 46, 42 and 30. RGB value is (70,66,48). Sum of RGB (Red+Green+Blue) = 70+66+48=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #464230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464230 is #B9BDCF. Grayscale: #414141. Windows color (decimal): -12172752 or 3162694. OLE color: 3162694.

HSL color Cylindrical-coordinate representation of color #464230: hue angle of 49.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464230 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB706648-
CMYK00.060.310.73
HSL49.09º18.64%23.14%-
HSV(B)49.09º31.43%27.45%-
XYZ5.015.413.58-
YUV65.14118.33131.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=38.04%
G=35.87%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70664800.060.310.7349.0918.6423.14
Hex464230061F49311317
Octal106102600637111612327
Binary1000110100001011000001101111110010011100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464230; }

 p { color: rgb(70,66,48); }

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

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

 a { background-color: rgb(70,66,48); }

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

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

 span { border-color: rgb(70,66,48); }

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