#48382A

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

Shades of Woodburn #48382A

Tints of Woodburn #48382A

Color information

#48382A (or 0x48382A) is unknown color: approx Woodburn. HEX triplet: 48, 38 and 2A. RGB value is (72,56,42). Sum of RGB (Red+Green+Blue) = 72+56+42=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48382A is #B7C7D5. Grayscale: #3B3B3B. Windows color (decimal): -12044246 or 2766920. OLE color: 2766920.

HSL color Cylindrical-coordinate representation of color #48382A: hue angle of 28º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48382A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB725642-
CMYK00.220.420.72
HSL28º26.32%22.35%-
HSV(B)28º41.67%28.24%-
XYZ4.54.372.8-
YUV59.19118.3137.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=42.35%
G=32.94%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72564200.220.420.722826.3222.35
Hex48382A0162A481c1a16
Octal110705202652110343226
Binary10010001110001010100101101010101001000111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48382A; }

 p { color: rgb(72,56,42); }

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

<style>
 a { background-color: #48382A; }

 a { background-color: rgb(72,56,42); }

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

<style>
 span { border-color: #48382A; }

 span { border-color: rgb(72,56,42); }

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