#4B3725

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

Shades of Woodburn #4B3725

Tints of Woodburn #4B3725

Color information

#4B3725 (or 0x4B3725) is unknown color: approx Woodburn. HEX triplet: 4B, 37 and 25. RGB value is (75,55,37). Sum of RGB (Red+Green+Blue) = 75+55+37=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3725 is #B4C8DA. Grayscale: #3B3B3B. Windows color (decimal): -11847899 or 2438987. OLE color: 2438987.

HSL color Cylindrical-coordinate representation of color #4B3725: hue angle of 28.42º 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 #4B3725 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB755537-
CMYK00.270.510.71
HSL28.42º33.93%21.96%-
HSV(B)28.42º50.67%29.41%-
XYZ4.64.362.35-
YUV58.93115.63139.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=44.91%
G=32.93%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75553700.270.510.7128.4233.9321.96
Hex4B372501B33471c2216
Octal113674503363107344226
Binary100101111011110010101101111001110001111110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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