Html Css Color HEX #4A4723 Woodrush

📋 copy color: '#4A4723'

red 74 ◦ green 71 ◦ blue 35

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

Shades of Woodrush #4A4723

Tints of Woodrush #4A4723

RGB

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

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

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

R = 41.11%
G = 39.44%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#4A4723 (or 0x4A4723) is known color: Woodrush. HEX triplet: 4A, 47 and 23. RGB value is (74,71,35). Sum of RGB (Red+Green+Blue) = 74+71+35=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4723 is #B5B8DC. Grayscale: #434343. Windows color (decimal): -11909341 or 2312010. OLE color: 2312010.

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

Color convert

RGB 74 71 35 -
CMYK 0 0.04 0.53 0.71
HSL 55.38º 0.36% 0.21% -
HSV(B) 55.38º 0.53% 0.29% -
XYZ 5.38 6.08 2.48 -
YUV 67.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 74 71 35 0 0.04 0.53 0.71 55.38 0.36 0.21
Hex 4A 47 23 0 4 35 47 37 24 15
Octal 112 107 43 0 4 65 107 67 44 25
Binary 1001010 1000111 100011 0 100 110101 1000111 110111 100100 10101

Color Harmonies of #4A4723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4723

Black with #4A4723

Text Example


Text Example

White with #4A4723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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