#4B392A

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

Shades of Woodburn #4B392A

Tints of Woodburn #4B392A

Color information

#4B392A (or 0x4B392A) is unknown color: approx Woodburn. HEX triplet: 4B, 39 and 2A. RGB value is (75,57,42). Sum of RGB (Red+Green+Blue) = 75+57+42=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B392A is #B4C6D5. Grayscale: #3C3C3C. Windows color (decimal): -11847382 or 2767179. OLE color: 2767179.

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

Color convert

RGB755742-
CMYK00.240.440.71
HSL27.27º28.21%22.94%-
HSV(B)27.27º44%29.41%-
XYZ4.784.592.82-
YUV60.67117.46138.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.10%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=43.10%
G=32.76%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75574200.240.440.7127.2728.2122.94
Hex4B392A0182C471b1c17
Octal113715203054107333427
Binary10010111110011010100110001011001000111110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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