#4B392B

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

Shades of Woodburn #4B392B

Tints of Woodburn #4B392B

Color information

#4B392B (or 0x4B392B) is unknown color: approx Woodburn. HEX triplet: 4B, 39 and 2B. RGB value is (75,57,43). Sum of RGB (Red+Green+Blue) = 75+57+43=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B392B is #B4C6D4. Grayscale: #3C3C3C. Windows color (decimal): -11847381 or 2832715. OLE color: 2832715.

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

Color convert

RGB755743-
CMYK00.240.430.71
HSL26.25º27.12%23.14%-
HSV(B)26.25º42.67%29.41%-
XYZ4.84.62.92-
YUV60.79117.96138.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=42.86%
G=32.57%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75574300.240.430.7126.2527.1223.14
Hex4B392B0182B471a1b17
Octal113715303053107323327
Binary10010111110011010110110001010111000111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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