Html Css Color HEX #4C4821 Woodrush

📋 copy color: '#4C4821'

red 76 ◦ green 72 ◦ blue 33

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

Shades of Woodrush #4C4821

Tints of Woodrush #4C4821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 41.99%
G = 39.78%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C4821 (or 0x4C4821) is known color: Woodrush. HEX triplet: 4C, 48 and 21. RGB value is (76,72,33). Sum of RGB (Red+Green+Blue) = 76+72+33=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4821 is #B3B7DE. Grayscale: #444444. Windows color (decimal): -11778015 or 2181196. OLE color: 2181196.

HSL color Cylindrical-coordinate representation of color #4C4821: hue angle of 54.42º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C4821 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 72 33 -
CMYK 0 0.05 0.57 0.70
HSL 54.42º 0.39% 0.21% -
HSV(B) 54.42º 0.57% 0.3% -
XYZ 5.57 6.28 2.36 -
YUV 68.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 76 72 33 0 0.05 0.57 0.70 54.42 0.39 0.21
Hex 4C 48 21 0 5 39 46 36 27 15
Octal 114 110 41 0 5 71 106 66 47 25
Binary 1001100 1001000 100001 0 101 111001 1000110 110110 100111 10101

Color Harmonies of #4C4821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4821

Black with #4C4821

Text Example


Text Example

White with #4C4821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,72,33); }

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

background-color css

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

 a { background-color: rgb(76,72,33); }

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

border-color css

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

 span { border-color: rgb(76,72,33); }

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