#4B4628

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

Shades of Woodrush #4B4628

Tints of Woodrush #4B4628

Color information

#4B4628 (or 0x4B4628) is unknown color: approx Woodrush. HEX triplet: 4B, 46 and 28. RGB value is (75,70,40). Sum of RGB (Red+Green+Blue) = 75+70+40=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4628 is #B4B9D7. Grayscale: #444444. Windows color (decimal): -11844056 or 2639435. OLE color: 2639435.

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

Color convert

RGB757040-
CMYK00.070.470.71
HSL51.43º30.43%22.55%-
HSV(B)51.43º46.67%29.41%-
XYZ5.476.032.88-
YUV68.08112.16132.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=40.54%
G=37.84%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75704000.070.470.7151.4330.4322.55
Hex4B4628072F47331e17
Octal113106500757107633627
Binary10010111000110101000011110111110001111100111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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