Html Css Color HEX #4C4726 Woodrush

📋 copy color: '#4C4726'

red 76 ◦ green 71 ◦ blue 38

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

Shades of Woodrush #4C4726

Tints of Woodrush #4C4726

RGB

 RED value IS 76 (30.08% from 255) = 41.08%

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

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 41.08%
G = 38.38%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#4C4726 (or 0x4C4726) is known color: Woodrush. HEX triplet: 4C, 47 and 26. RGB value is (76,71,38). Sum of RGB (Red+Green+Blue) = 76+71+38=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4726 is #B3B8D9. Grayscale: #444444. Windows color (decimal): -11778266 or 2508620. OLE color: 2508620.

HSL color Cylindrical-coordinate representation of color #4C4726: hue angle of 52.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C4726 is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 38 -
CMYK 0 0.07 0.5 0.70
HSL 52.11º 0.33% 0.22% -
HSV(B) 52.11º 0.5% 0.3% -
XYZ 5.58 6.18 2.73 -
YUV 68.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 76 71 38 0 0.07 0.5 0.70 52.11 0.33 0.22
Hex 4C 47 26 0 7 32 46 34 21 16
Octal 114 107 46 0 7 62 106 64 41 26
Binary 1001100 1000111 100110 0 111 110010 1000110 110100 100001 10110

Color Harmonies of #4C4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4726

Black with #4C4726

Text Example


Text Example

White with #4C4726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,38); }

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

background-color css

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

 a { background-color: rgb(76,71,38); }

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

border-color css

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

 span { border-color: rgb(76,71,38); }

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