Html Css Color HEX #474523 Woodrush

📋 copy color: '#474523'

red 71 ◦ green 69 ◦ blue 35

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

Shades of Woodrush #474523

Tints of Woodrush #474523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20%

R = 40.57%
G = 39.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#474523 (or 0x474523) is known color: Woodrush. HEX triplet: 47, 45 and 23. RGB value is (71,69,35). Sum of RGB (Red+Green+Blue) = 71+69+35=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #474523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474523 is #B8BADC. Grayscale: #414141. Windows color (decimal): -12106461 or 2311495. OLE color: 2311495.

HSL color Cylindrical-coordinate representation of color #474523: hue angle of 56.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474523 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 35 -
CMYK 0 0.03 0.51 0.72
HSL 56.67º 0.34% 0.21% -
HSV(B) 56.67º 0.51% 0.28% -
XYZ 5.03 5.72 2.43 -
YUV 65.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 71 69 35 0 0.03 0.51 0.72 56.67 0.34 0.21
Hex 47 45 23 0 3 33 48 39 22 15
Octal 107 105 43 0 3 63 110 71 42 25
Binary 1000111 1000101 100011 0 11 110011 1001000 111001 100010 10101

Color Harmonies of #474523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474523

Black with #474523

Text Example


Text Example

White with #474523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474523; }

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

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

background-color css

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

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

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

border-color css

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

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

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