#4B3526

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

Shades of Woodburn #4B3526

Tints of Woodburn #4B3526

Color information

#4B3526 (or 0x4B3526) is unknown color: approx Woodburn. HEX triplet: 4B, 35 and 26. RGB value is (75,53,38). Sum of RGB (Red+Green+Blue) = 75+53+38=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3526 is #B4CAD9. Grayscale: #393939. Windows color (decimal): -11848410 or 2504011. OLE color: 2504011.

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

Color convert

RGB755338-
CMYK00.290.490.71
HSL24.32º32.74%22.16%-
HSV(B)24.32º49.33%29.41%-
XYZ4.524.182.4-
YUV57.87116.79140.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.18%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=45.18%
G=31.93%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75533800.290.490.7124.3232.7422.16
Hex4B352601D3147182116
Octal113654603561107304126
Binary100101111010110011001110111000110001111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,38); }

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

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

 a { background-color: rgb(75,53,38); }

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

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

 span { border-color: rgb(75,53,38); }

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