Html Css Color HEX #4B4315 Madras

📋 copy color: '#4B4315'

red 75 ◦ green 67 ◦ blue 21

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

Shades of Madras #4B4315

Tints of Madras #4B4315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

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

R = 46.01%
G = 41.1%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4B4315 (or 0x4B4315) is known color: Madras. HEX triplet: 4B, 43 and 15. RGB value is (75,67,21). Sum of RGB (Red+Green+Blue) = 75+67+21=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4315 is #B4BCEA. Grayscale: #404040. Windows color (decimal): -11844843 or 1393483. OLE color: 1393483.

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

Color convert

RGB 75 67 21 -
CMYK 0 0.11 0.72 0.71
HSL 51.11º 0.56% 0.19% -
HSV(B) 51.11º 0.72% 0.29% -
XYZ 5.04 5.56 1.52 -
YUV 64.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 75 67 21 0 0.11 0.72 0.71 51.11 0.56 0.19
Hex 4B 43 15 0 B 48 47 33 38 13
Octal 113 103 25 0 13 110 107 63 70 23
Binary 1001011 1000011 10101 0 1011 1001000 1000111 110011 111000 10011

Color Harmonies of #4B4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4315

Black with #4B4315

Text Example


Text Example

White with #4B4315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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