Html Css Color HEX #47382A Woodburn

📋 copy color: '#47382A'

red 71 ◦ green 56 ◦ blue 42

#47382A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodburn #47382A

Tints of Woodburn #47382A

RGB

 RED value IS 71 (28.13% from 255) = 42.01%

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 42 (16.8% from 255) = 24.85%

R = 42.01%
G = 33.14%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47382A (or 0x47382A) is known color: 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

RGB 71 56 42 -
CMYK 0 0.21 0.41 0.72
HSL 28.97º 0.26% 0.22% -
HSV(B) 28.97º 0.41% 0.28% -
XYZ 4.43 4.34 2.79 -
YUV 58.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 71 56 42 0 0.21 0.41 0.72 28.97 0.26 0.22
Hex 47 38 2A 0 15 29 48 1D 1A 16
Octal 107 70 52 0 25 51 110 35 32 26
Binary 1000111 111000 101010 0 10101 101001 1001000 11101 11010 10110

Color Harmonies of #47382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47382A

Black with #47382A

Text Example


Text Example

White with #47382A

Text Example


Text Example

HTML Codes & Css Web 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>