Html Css Color HEX #4A4722 Woodrush

📋 copy color: '#4A4722'

red 74 ◦ green 71 ◦ blue 34

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

Shades of Woodrush #4A4722

Tints of Woodrush #4A4722

RGB

 RED value IS 74 (29.3% from 255) = 41.34%

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 34 (13.67% from 255) = 18.99%

R = 41.34%
G = 39.66%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.71

RGB Variations

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

Color information

#4A4722 (or 0x4A4722) is known color: Woodrush. HEX triplet: 4A, 47 and 22. RGB value is (74,71,34). Sum of RGB (Red+Green+Blue) = 74+71+34=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4722 is #B5B8DD. Grayscale: #434343. Windows color (decimal): -11909342 or 2246474. OLE color: 2246474.

HSL color Cylindrical-coordinate representation of color #4A4722: hue angle of 55.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A4722 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 71 34 -
CMYK 0 0.04 0.54 0.71
HSL 55.5º 0.37% 0.21% -
HSV(B) 55.5º 0.54% 0.29% -
XYZ 5.37 6.08 2.4 -
YUV 67.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 74 71 34 0 0.04 0.54 0.71 55.5 0.37 0.21
Hex 4A 47 22 0 4 36 47 38 25 15
Octal 112 107 42 0 4 66 107 70 45 25
Binary 1001010 1000111 100010 0 100 110110 1000111 111000 100101 10101

Color Harmonies of #4A4722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4722

Black with #4A4722

Text Example


Text Example

White with #4A4722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4722; }

 p { color: rgb(74,71,34); }

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

background-color css

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

 a { background-color: rgb(74,71,34); }

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

border-color css

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

 span { border-color: rgb(74,71,34); }

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