#4B4722

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

Shades of Woodrush #4B4722

Tints of Woodrush #4B4722

Color information

#4B4722 (or 0x4B4722) is unknown color: approx Woodrush. HEX triplet: 4B, 47 and 22. RGB value is (75,71,34). Sum of RGB (Red+Green+Blue) = 75+71+34=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4722 is #B4B8DD. Grayscale: #444444. Windows color (decimal): -11843806 or 2246475. OLE color: 2246475.

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

Color convert

RGB757134-
CMYK00.050.550.71
HSL54.15º37.61%21.37%-
HSV(B)54.15º54.67%29.41%-
XYZ5.446.122.41-
YUV67.98108.83133.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.67%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 34 (13.67% from 255) = 18.89%
R=41.67%
G=39.44%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75713400.050.550.7154.1537.6121.37
Hex4B4722053747362615
Octal113107420567107664625
Binary100101110001111000100101110111100011111011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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