Html Css Color HEX #4C4728 Woodrush

📋 copy color: '#4C4728'

red 76 ◦ green 71 ◦ blue 40

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

Shades of Woodrush #4C4728

Tints of Woodrush #4C4728

RGB

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

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

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

R = 40.64%
G = 37.97%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C4728 (or 0x4C4728) is known color: Woodrush. HEX triplet: 4C, 47 and 28. RGB value is (76,71,40). Sum of RGB (Red+Green+Blue) = 76+71+40=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4728 is #B3B8D7. Grayscale: #454545. Windows color (decimal): -11778264 or 2639692. OLE color: 2639692.

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

Color convert

RGB 76 71 40 -
CMYK 0 0.07 0.47 0.70
HSL 51.67º 0.31% 0.23% -
HSV(B) 51.67º 0.47% 0.3% -
XYZ 5.62 6.2 2.91 -
YUV 68.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 76 71 40 0 0.07 0.47 0.70 51.67 0.31 0.23
Hex 4C 47 28 0 7 2F 46 34 1F 17
Octal 114 107 50 0 7 57 106 64 37 27
Binary 1001100 1000111 101000 0 111 101111 1000110 110100 11111 10111

Color Harmonies of #4C4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4728

Black with #4C4728

Text Example


Text Example

White with #4C4728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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