Html Css Color HEX #474333 Woodrush

📋 copy color: '#474333'

red 71 ◦ green 67 ◦ blue 51

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

Shades of Woodrush #474333

Tints of Woodrush #474333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.98%

R = 37.57%
G = 35.45%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#474333 (or 0x474333) is known color: Woodrush. HEX triplet: 47, 43 and 33. RGB value is (71,67,51). Sum of RGB (Red+Green+Blue) = 71+67+51=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #474333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474333 is #B8BCCC. Grayscale: #424242. Windows color (decimal): -12106957 or 3359559. OLE color: 3359559.

HSL color Cylindrical-coordinate representation of color #474333: hue angle of 48º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474333 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 51 -
CMYK 0 0.06 0.28 0.72
HSL 48º 0.16% 0.24% -
HSV(B) 48º 0.28% 0.28% -
XYZ 5.2 5.59 3.94 -
YUV 66.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 71 67 51 0 0.06 0.28 0.72 48 0.16 0.24
Hex 47 43 33 0 6 1C 48 30 10 18
Octal 107 103 63 0 6 34 110 60 20 30
Binary 1000111 1000011 110011 0 110 11100 1001000 110000 10000 11000

Color Harmonies of #474333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474333

Black with #474333

Text Example


Text Example

White with #474333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474333; }

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

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

background-color css

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

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

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

border-color css

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

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

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