Html Css Color HEX #4A4428 Woodrush

📋 copy color: '#4A4428'

red 74 ◦ green 68 ◦ blue 40

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

Shades of Woodrush #4A4428

Tints of Woodrush #4A4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.36%

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 40.66%
G = 37.36%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#4A4428 (or 0x4A4428) is known color: Woodrush. HEX triplet: 4A, 44 and 28. RGB value is (74,68,40). Sum of RGB (Red+Green+Blue) = 74+68+40=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4428 is #B5BBD7. Grayscale: #424242. Windows color (decimal): -11910104 or 2638922. OLE color: 2638922.

HSL color Cylindrical-coordinate representation of color #4A4428: hue angle of 49.41º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A4428 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 68 40 -
CMYK 0 0.08 0.46 0.71
HSL 49.41º 0.3% 0.22% -
HSV(B) 49.41º 0.46% 0.29% -
XYZ 5.27 5.74 2.84 -
YUV 66.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 74 68 40 0 0.08 0.46 0.71 49.41 0.3 0.22
Hex 4A 44 28 0 8 2E 47 31 1E 16
Octal 112 104 50 0 10 56 107 61 36 26
Binary 1001010 1000100 101000 0 1000 101110 1000111 110001 11110 10110

Color Harmonies of #4A4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4428

Black with #4A4428

Text Example


Text Example

White with #4A4428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,40); }

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

background-color css

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

 a { background-color: rgb(74,68,40); }

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

border-color css

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

 span { border-color: rgb(74,68,40); }

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