#4B472A

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

Shades of Woodrush #4B472A

Tints of Woodrush #4B472A

Color information

#4B472A (or 0x4B472A) is unknown color: approx Woodrush. HEX triplet: 4B, 47 and 2A. RGB value is (75,71,42). Sum of RGB (Red+Green+Blue) = 75+71+42=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B472A is #B4B8D5. Grayscale: #454545. Windows color (decimal): -11843798 or 2770763. OLE color: 2770763.

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

Color convert

RGB757142-
CMYK00.050.440.71
HSL52.73º28.21%22.94%-
HSV(B)52.73º44%29.41%-
XYZ5.576.173.09-
YUV68.89112.83132.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=39.89%
G=37.77%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75714200.050.440.7152.7328.2122.94
Hex4B472A052C47351c17
Octal113107520554107653427
Binary10010111000111101010010110110010001111101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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