#4B4721

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

Shades of Woodrush #4B4721

Tints of Woodrush #4B4721

Color information

#4B4721 (or 0x4B4721) is unknown color: approx Woodrush. HEX triplet: 4B, 47 and 21. RGB value is (75,71,33). Sum of RGB (Red+Green+Blue) = 75+71+33=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4721 is #B4B8DE. Grayscale: #444444. Windows color (decimal): -11843807 or 2180939. OLE color: 2180939.

HSL color Cylindrical-coordinate representation of color #4B4721: hue angle of 54.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B4721 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB757133-
CMYK00.050.560.71
HSL54.29º38.89%21.18%-
HSV(B)54.29º56%29.41%-
XYZ5.436.112.33-
YUV67.86108.33133.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.90%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=41.90%
G=39.66%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75713300.050.560.7154.2938.8921.18
Hex4B4721053847362715
Octal113107410570107664725
Binary100101110001111000010101111000100011111011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,33); }

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

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

 a { background-color: rgb(75,71,33); }

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

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

 span { border-color: rgb(75,71,33); }

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