Html Css Color HEX #4B4820 Woodrush

📋 copy color: '#4B4820'

red 75 ◦ green 72 ◦ blue 32

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

Shades of Woodrush #4B4820

Tints of Woodrush #4B4820

RGB

 RED value IS 75 (29.69% from 255) = 41.9%

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

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 41.9%
G = 40.22%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4B4820 (or 0x4B4820) is known color: Woodrush. HEX triplet: 4B, 48 and 20. RGB value is (75,72,32). Sum of RGB (Red+Green+Blue) = 75+72+32=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4820 is #B4B7DF. Grayscale: #444444. Windows color (decimal): -11843552 or 2115659. OLE color: 2115659.

HSL color Cylindrical-coordinate representation of color #4B4820: hue angle of 55.81º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B4820 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 72 32 -
CMYK 0 0.04 0.57 0.71
HSL 55.81º 0.4% 0.21% -
HSV(B) 55.81º 0.57% 0.29% -
XYZ 5.48 6.23 2.28 -
YUV 68.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 75 72 32 0 0.04 0.57 0.71 55.81 0.4 0.21
Hex 4B 48 20 0 4 39 47 38 28 15
Octal 113 110 40 0 4 71 107 70 50 25
Binary 1001011 1001000 100000 0 100 111001 1000111 111000 101000 10101

Color Harmonies of #4B4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4820

Black with #4B4820

Text Example


Text Example

White with #4B4820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,72,32); }

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

background-color css

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

 a { background-color: rgb(75,72,32); }

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

border-color css

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

 span { border-color: rgb(75,72,32); }

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