Html Css Color HEX #4B3B1C Madras

📋 copy color: '#4B3B1C'

red 75 ◦ green 59 ◦ blue 28

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

Shades of Madras #4B3B1C

Tints of Madras #4B3B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 46.3%
G = 36.42%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B3B1C (or 0x4B3B1C) is known color: Madras. HEX triplet: 4B, 3B and 1C. RGB value is (75,59,28). Sum of RGB (Red+Green+Blue) = 75+59+28=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B1C is #B4C4E3. Grayscale: #3C3C3C. Windows color (decimal): -11846884 or 1850187. OLE color: 1850187.

HSL color Cylindrical-coordinate representation of color #4B3B1C: hue angle of 39.57º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B3B1C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 59 28 -
CMYK 0 0.21 0.63 0.71
HSL 39.57º 0.46% 0.2% -
HSV(B) 39.57º 0.63% 0.29% -
XYZ 4.68 4.71 1.76 -
YUV 60.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 75 59 28 0 0.21 0.63 0.71 39.57 0.46 0.2
Hex 4B 3B 1C 0 15 3F 47 28 2E 14
Octal 113 73 34 0 25 77 107 50 56 24
Binary 1001011 111011 11100 0 10101 111111 1000111 101000 101110 10100

Color Harmonies of #4B3B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3B1C

Black with #4B3B1C

Text Example


Text Example

White with #4B3B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,59,28); }

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

background-color css

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

 a { background-color: rgb(75,59,28); }

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

border-color css

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

 span { border-color: rgb(75,59,28); }

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