#4B4627

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

Shades of Woodrush #4B4627

Tints of Woodrush #4B4627

Color information

#4B4627 (or 0x4B4627) is unknown color: approx Woodrush. HEX triplet: 4B, 46 and 27. RGB value is (75,70,39). Sum of RGB (Red+Green+Blue) = 75+70+39=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4627 is #B4B9D8. Grayscale: #444444. Windows color (decimal): -11844057 or 2573899. OLE color: 2573899.

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

Color convert

RGB757039-
CMYK00.070.480.71
HSL51.67º31.58%22.35%-
HSV(B)51.67º48%29.41%-
XYZ5.466.022.79-
YUV67.96111.66133.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.76%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 39 (15.62% from 255) = 21.20%
R=40.76%
G=38.04%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75703900.070.480.7151.6731.5822.35
Hex4B4627073047342016
Octal113106470760107644026
Binary100101110001101001110111110000100011111010010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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