Html Css Color HEX #474430 Woodrush

📋 copy color: '#474430'

red 71 ◦ green 68 ◦ blue 48

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

Shades of Woodrush #474430

Tints of Woodrush #474430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 48 (19.14% from 255) = 25.67%

R = 37.97%
G = 36.36%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#474430 (or 0x474430) is known color: Woodrush. HEX triplet: 47, 44 and 30. RGB value is (71,68,48). Sum of RGB (Red+Green+Blue) = 71+68+48=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #474430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474430 is #B8BBCF. Grayscale: #424242. Windows color (decimal): -12106704 or 3163207. OLE color: 3163207.

HSL color Cylindrical-coordinate representation of color #474430: hue angle of 52.17º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474430 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 68 48 -
CMYK 0 0.04 0.32 0.72
HSL 52.17º 0.19% 0.23% -
HSV(B) 52.17º 0.32% 0.28% -
XYZ 5.2 5.69 3.62 -
YUV 66.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 71 68 48 0 0.04 0.32 0.72 52.17 0.19 0.23
Hex 47 44 30 0 4 20 48 34 13 17
Octal 107 104 60 0 4 40 110 64 23 27
Binary 1000111 1000100 110000 0 100 100000 1001000 110100 10011 10111

Color Harmonies of #474430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474430

Black with #474430

Text Example


Text Example

White with #474430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474430; }

 p { color: rgb(71,68,48); }

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

background-color css

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

 a { background-color: rgb(71,68,48); }

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

border-color css

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

 span { border-color: rgb(71,68,48); }

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