#4B4625

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

Shades of Woodrush #4B4625

Tints of Woodrush #4B4625

Color information

#4B4625 (or 0x4B4625) is unknown color: approx Woodrush. HEX triplet: 4B, 46 and 25. RGB value is (75,70,37). Sum of RGB (Red+Green+Blue) = 75+70+37=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4625 is #B4B9DA. Grayscale: #434343. Windows color (decimal): -11844059 or 2442827. OLE color: 2442827.

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

Color convert

RGB757037-
CMYK00.070.510.71
HSL52.11º33.93%21.96%-
HSV(B)52.11º50.67%29.41%-
XYZ5.436.012.62-
YUV67.73110.66133.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=41.21%
G=38.46%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75703700.070.510.7152.1133.9321.96
Hex4B4625073347342216
Octal113106450763107644226
Binary100101110001101001010111110011100011111010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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