Html Css Color HEX #4B4215 Madras

📋 copy color: '#4B4215'

red 75 ◦ green 66 ◦ blue 21

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

Shades of Madras #4B4215

Tints of Madras #4B4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

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

R = 46.3%
G = 40.74%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4B4215 (or 0x4B4215) is known color: Madras. HEX triplet: 4B, 42 and 15. RGB value is (75,66,21). Sum of RGB (Red+Green+Blue) = 75+66+21=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4215 is #B4BDEA. Grayscale: #3F3F3F. Windows color (decimal): -11845099 or 1393227. OLE color: 1393227.

HSL color Cylindrical-coordinate representation of color #4B4215: hue angle of 50º 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 #4B4215 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 66 21 -
CMYK 0 0.12 0.72 0.71
HSL 50º 0.56% 0.19% -
HSV(B) 50º 0.72% 0.29% -
XYZ 4.99 5.45 1.5 -
YUV 63.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 75 66 21 0 0.12 0.72 0.71 50 0.56 0.19
Hex 4B 42 15 0 C 48 47 32 38 13
Octal 113 102 25 0 14 110 107 62 70 23
Binary 1001011 1000010 10101 0 1100 1001000 1000111 110010 111000 10011

Color Harmonies of #4B4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4215

Black with #4B4215

Text Example


Text Example

White with #4B4215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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