#4B462C

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

Shades of Woodrush #4B462C

Tints of Woodrush #4B462C

Color information

#4B462C (or 0x4B462C) is unknown color: approx Woodrush. HEX triplet: 4B, 46 and 2C. RGB value is (75,70,44). Sum of RGB (Red+Green+Blue) = 75+70+44=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B462C is #B4B9D3. Grayscale: #444444. Windows color (decimal): -11844052 or 2901579. OLE color: 2901579.

HSL color Cylindrical-coordinate representation of color #4B462C: hue angle of 50.32º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B462C is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB757044-
CMYK00.070.410.71
HSL50.32º26.05%23.33%-
HSV(B)50.32º41.33%29.41%-
XYZ5.556.063.26-
YUV68.53114.16132.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=39.68%
G=37.04%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75704400.070.410.7150.3226.0523.33
Hex4B462C072947321a17
Octal113106540751107623227
Binary10010111000110101100011110100110001111100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B462C; }

 p { color: rgb(75,70,44); }

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

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

 a { background-color: rgb(75,70,44); }

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

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

 span { border-color: rgb(75,70,44); }

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