Html Css Color HEX #4B3915 Madras

📋 copy color: '#4B3915'

red 75 ◦ green 57 ◦ blue 21

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

Shades of Madras #4B3915

Tints of Madras #4B3915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.25%

 BLUE value IS 21 (8.59% from 255) = 13.73%

R = 49.02%
G = 37.25%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4B3915 (or 0x4B3915) is known color: Madras. HEX triplet: 4B, 39 and 15. RGB value is (75,57,21). Sum of RGB (Red+Green+Blue) = 75+57+21=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3915 is #B4C6EA. Grayscale: #3A3A3A. Windows color (decimal): -11847403 or 1390923. OLE color: 1390923.

HSL color Cylindrical-coordinate representation of color #4B3915: hue angle of 40º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3915 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 57 21 -
CMYK 0 0.24 0.72 0.71
HSL 40º 0.56% 0.19% -
HSV(B) 40º 0.72% 0.29% -
XYZ 4.5 4.48 1.34 -
YUV 58.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 75 57 21 0 0.24 0.72 0.71 40 0.56 0.19
Hex 4B 39 15 0 18 48 47 28 38 13
Octal 113 71 25 0 30 110 107 50 70 23
Binary 1001011 111001 10101 0 11000 1001000 1000111 101000 111000 10011

Color Harmonies of #4B3915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3915

Black with #4B3915

Text Example


Text Example

White with #4B3915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,57,21); }

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

background-color css

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

 a { background-color: rgb(75,57,21); }

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

border-color css

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

 span { border-color: rgb(75,57,21); }

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