Html Css Color HEX #4B4726 Woodrush

📋 copy color: '#4B4726'

red 75 ◦ green 71 ◦ blue 38

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

Shades of Woodrush #4B4726

Tints of Woodrush #4B4726

RGB

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

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

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

R = 40.76%
G = 38.59%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#4B4726 (or 0x4B4726) is known color: Woodrush. HEX triplet: 4B, 47 and 26. RGB value is (75,71,38). Sum of RGB (Red+Green+Blue) = 75+71+38=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4726 is #B4B8D9. Grayscale: #444444. Windows color (decimal): -11843802 or 2508619. OLE color: 2508619.

HSL color Cylindrical-coordinate representation of color #4B4726: hue angle of 53.51º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B4726 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 71 38 -
CMYK 0 0.05 0.49 0.71
HSL 53.51º 0.33% 0.22% -
HSV(B) 53.51º 0.49% 0.29% -
XYZ 5.5 6.14 2.73 -
YUV 68.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 75 71 38 0 0.05 0.49 0.71 53.51 0.33 0.22
Hex 4B 47 26 0 5 31 47 36 21 16
Octal 113 107 46 0 5 61 107 66 41 26
Binary 1001011 1000111 100110 0 101 110001 1000111 110110 100001 10110

Color Harmonies of #4B4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4726

Black with #4B4726

Text Example


Text Example

White with #4B4726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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