Html Css Color HEX #4C4727 Woodrush

📋 copy color: '#4C4727'

red 76 ◦ green 71 ◦ blue 39

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

Shades of Woodrush #4C4727

Tints of Woodrush #4C4727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.97%

R = 40.86%
G = 38.17%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#4C4727 (or 0x4C4727) is known color: Woodrush. HEX triplet: 4C, 47 and 27. RGB value is (76,71,39). Sum of RGB (Red+Green+Blue) = 76+71+39=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4727 is #B3B8D8. Grayscale: #444444. Windows color (decimal): -11778265 or 2574156. OLE color: 2574156.

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

Color convert

RGB 76 71 39 -
CMYK 0 0.07 0.49 0.70
HSL 51.89º 0.32% 0.23% -
HSV(B) 51.89º 0.49% 0.3% -
XYZ 5.6 6.19 2.82 -
YUV 68.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 76 71 39 0 0.07 0.49 0.70 51.89 0.32 0.23
Hex 4C 47 27 0 7 31 46 34 20 17
Octal 114 107 47 0 7 61 106 64 40 27
Binary 1001100 1000111 100111 0 111 110001 1000110 110100 100000 10111

Color Harmonies of #4C4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4727

Black with #4C4727

Text Example


Text Example

White with #4C4727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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