Html Css Color HEX #4B4628 Woodrush

📋 copy color: '#4B4628'

red 75 ◦ green 70 ◦ blue 40

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

Shades of Woodrush #4B4628

Tints of Woodrush #4B4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 40.54%
G = 37.84%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B4628 (or 0x4B4628) is known color: Woodrush. HEX triplet: 4B, 46 and 28. RGB value is (75,70,40). Sum of RGB (Red+Green+Blue) = 75+70+40=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4628 is #B4B9D7. Grayscale: #444444. Windows color (decimal): -11844056 or 2639435. OLE color: 2639435.

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

Color convert

RGB 75 70 40 -
CMYK 0 0.07 0.47 0.71
HSL 51.43º 0.3% 0.23% -
HSV(B) 51.43º 0.47% 0.29% -
XYZ 5.47 6.03 2.88 -
YUV 68.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 75 70 40 0 0.07 0.47 0.71 51.43 0.3 0.23
Hex 4B 46 28 0 7 2F 47 33 1E 17
Octal 113 106 50 0 7 57 107 63 36 27
Binary 1001011 1000110 101000 0 111 101111 1000111 110011 11110 10111

Color Harmonies of #4B4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4628

Black with #4B4628

Text Example


Text Example

White with #4B4628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,40); }

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

background-color css

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

 a { background-color: rgb(75,70,40); }

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

border-color css

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

 span { border-color: rgb(75,70,40); }

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