Html Css Color HEX #4B3504 Madras

📋 copy color: '#4B3504'

red 75 ◦ green 53 ◦ blue 4

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

Shades of Madras #4B3504

Tints of Madras #4B3504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 56.82%
G = 40.15%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#4B3504 (or 0x4B3504) is known color: Madras. HEX triplet: 4B, 35 and 04. RGB value is (75,53,4). Sum of RGB (Red+Green+Blue) = 75+53+4=132 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.82% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3504 is #B4CAFB. Grayscale: #363636. Windows color (decimal): -11848444 or 275787. OLE color: 275787.

HSL color Cylindrical-coordinate representation of color #4B3504: hue angle of 41.41º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B3504 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 53 4 -
CMYK 0 0.29 0.95 0.71
HSL 41.41º 0.9% 0.15% -
HSV(B) 41.41º 0.95% 0.29% -
XYZ 4.2 4.05 0.68 -
YUV 53.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 75 53 4 0 0.29 0.95 0.71 41.41 0.9 0.15
Hex 4B 35 4 0 1D 5F 47 29 5A F
Octal 113 65 4 0 35 137 107 51 132 17
Binary 1001011 110101 100 0 11101 1011111 1000111 101001 1011010 1111

Color Harmonies of #4B3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3504

Black with #4B3504

Text Example


Text Example

White with #4B3504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,53,4); }

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

background-color css

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

 a { background-color: rgb(75,53,4); }

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

border-color css

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

 span { border-color: rgb(75,53,4); }

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