#4B481E

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

Shades of Woodrush #4B481E

Tints of Woodrush #4B481E

Color information

#4B481E (or 0x4B481E) is unknown color: approx Woodrush. HEX triplet: 4B, 48 and 1E. RGB value is (75,72,30). Sum of RGB (Red+Green+Blue) = 75+72+30=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B481E is #B4B7E1. Grayscale: #444444. Windows color (decimal): -11843554 or 1984587. OLE color: 1984587.

HSL color Cylindrical-coordinate representation of color #4B481E: hue angle of 56º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B481E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB757230-
CMYK00.040.600.71
HSL56º42.86%20.59%-
HSV(B)56º60%29.41%-
XYZ5.456.222.14-
YUV68.11106.49132.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=42.37%
G=40.68%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75723000.040.600.715642.8620.59
Hex4B481E043C47382b15
Octal113110360474107705325
Binary10010111001000111100100111100100011111100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,72,30); }

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

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

 a { background-color: rgb(75,72,30); }

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

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

 span { border-color: rgb(75,72,30); }

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