Html Css Color HEX #47451D Woodrush

📋 copy color: '#47451D'

red 71 ◦ green 69 ◦ blue 29

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

Shades of Woodrush #47451D

Tints of Woodrush #47451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.83%

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 42.01%
G = 40.83%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47451D (or 0x47451D) is known color: Woodrush. HEX triplet: 47, 45 and 1D. RGB value is (71,69,29). Sum of RGB (Red+Green+Blue) = 71+69+29=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47451D is #B8BAE2. Grayscale: #414141. Windows color (decimal): -12106467 or 1918279. OLE color: 1918279.

HSL color Cylindrical-coordinate representation of color #47451D: hue angle of 57.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47451D is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 29 -
CMYK 0 0.03 0.59 0.72
HSL 57.14º 0.42% 0.2% -
HSV(B) 57.14º 0.59% 0.28% -
XYZ 4.95 5.68 2 -
YUV 65.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 71 69 29 0 0.03 0.59 0.72 57.14 0.42 0.2
Hex 47 45 1D 0 3 3B 48 39 2A 14
Octal 107 105 35 0 3 73 110 71 52 24
Binary 1000111 1000101 11101 0 11 111011 1001000 111001 101010 10100

Color Harmonies of #47451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47451D

Black with #47451D

Text Example


Text Example

White with #47451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47451D; }

 p { color: rgb(71,69,29); }

 H1.HeaderClassName
 {
   color: #47451D;
 }
 .AnyTagClassName
 {
   color: #47451D;
 }
</style>

background-color css

<style>
 a { background-color: #47451D; }

 a { background-color: rgb(71,69,29); }

 div.DivClassName
 {
   background-color: #47451D;
 }
 .BgClassName
 {
   background-color: #47451D;
 }
</style>

border-color css

<style>
 span { border-color: #47451D; }

 span { border-color: rgb(71,69,29); }

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