#4B3A2B

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

Shades of Woodburn #4B3A2B

Tints of Woodburn #4B3A2B

Color information

#4B3A2B (or 0x4B3A2B) is unknown color: approx Woodburn. HEX triplet: 4B, 3A and 2B. RGB value is (75,58,43). Sum of RGB (Red+Green+Blue) = 75+58+43=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A2B is #B4C5D4. Grayscale: #3D3D3D. Windows color (decimal): -11847125 or 2832971. OLE color: 2832971.

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

Color convert

RGB755843-
CMYK00.230.430.71
HSL28.12º27.12%23.14%-
HSV(B)28.12º42.67%29.41%-
XYZ4.854.72.94-
YUV61.37117.63137.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.61%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=42.61%
G=32.95%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75584300.230.430.7128.1227.1223.14
Hex4B3A2B0172B471c1b17
Octal113725302753107343327
Binary10010111110101010110101111010111000111111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,43); }

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

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

 a { background-color: rgb(75,58,43); }

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

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

 span { border-color: rgb(75,58,43); }

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