#47382A

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

Shades of Woodburn #47382A

Tints of Woodburn #47382A

Color information

#47382A (or 0x47382A) is unknown color: approx Woodburn. HEX triplet: 47, 38 and 2A. RGB value is (71,56,42). Sum of RGB (Red+Green+Blue) = 71+56+42=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47382A is #B8C7D5. Grayscale: #3A3A3A. Windows color (decimal): -12109782 or 2766919. OLE color: 2766919.

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

Color convert

RGB715642-
CMYK00.210.410.72
HSL28.97º25.66%22.16%-
HSV(B)28.97º40.85%27.84%-
XYZ4.434.342.79-
YUV58.89118.47136.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=42.01%
G=33.14%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71564200.210.410.7228.9725.6622.16
Hex47382A01529481d1a16
Octal107705202551110353226
Binary10001111110001010100101011010011001000111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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