#4B3828

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

Shades of Woodburn #4B3828

Tints of Woodburn #4B3828

Color information

#4B3828 (or 0x4B3828) is unknown color: approx Woodburn. HEX triplet: 4B, 38 and 28. RGB value is (75,56,40). Sum of RGB (Red+Green+Blue) = 75+56+40=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3828 is #B4C7D7. Grayscale: #3B3B3B. Windows color (decimal): -11847640 or 2635851. OLE color: 2635851.

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

Color convert

RGB755640-
CMYK00.250.470.71
HSL27.43º30.43%22.55%-
HSV(B)27.43º46.67%29.41%-
XYZ4.74.482.62-
YUV59.86116.79138.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=43.86%
G=32.75%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75564000.250.470.7127.4330.4322.55
Hex4B38280192F471b1e17
Octal113705003157107333627
Binary10010111110001010000110011011111000111110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,56,40); }

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

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

 a { background-color: rgb(75,56,40); }

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

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

 span { border-color: rgb(75,56,40); }

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