Html Css Color HEX #474330 Woodrush

📋 copy color: '#474330'

red 71 ◦ green 67 ◦ blue 48

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

Shades of Woodrush #474330

Tints of Woodrush #474330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

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

R = 38.17%
G = 36.02%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#474330 (or 0x474330) is known color: Woodrush. HEX triplet: 47, 43 and 30. RGB value is (71,67,48). Sum of RGB (Red+Green+Blue) = 71+67+48=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #474330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474330 is #B8BCCF. Grayscale: #424242. Windows color (decimal): -12106960 or 3162951. OLE color: 3162951.

HSL color Cylindrical-coordinate representation of color #474330: hue angle of 49.57º 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 #474330 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 48 -
CMYK 0 0.06 0.32 0.72
HSL 49.57º 0.19% 0.23% -
HSV(B) 49.57º 0.32% 0.28% -
XYZ 5.14 5.57 3.6 -
YUV 66.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 71 67 48 0 0.06 0.32 0.72 49.57 0.19 0.23
Hex 47 43 30 0 6 20 48 32 13 17
Octal 107 103 60 0 6 40 110 62 23 27
Binary 1000111 1000011 110000 0 110 100000 1001000 110010 10011 10111

Color Harmonies of #474330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474330

Black with #474330

Text Example


Text Example

White with #474330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474330; }

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

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

background-color css

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

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

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

border-color css

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

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

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