Html Css Color HEX #4B3505 Madras

📋 copy color: '#4B3505'

red 75 ◦ green 53 ◦ blue 5

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

Shades of Madras #4B3505

Tints of Madras #4B3505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 56.39%
G = 39.85%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#4B3505 (or 0x4B3505) is known color: Madras. HEX triplet: 4B, 35 and 05. RGB value is (75,53,5). Sum of RGB (Red+Green+Blue) = 75+53+5=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3505 is #B4CAFA. Grayscale: #363636. Windows color (decimal): -11848443 or 341323. OLE color: 341323.

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

Color convert

RGB 75 53 5 -
CMYK 0 0.29 0.93 0.71
HSL 41.14º 0.88% 0.16% -
HSV(B) 41.14º 0.93% 0.29% -
XYZ 4.2 4.05 0.7 -
YUV 54.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 75 53 5 0 0.29 0.93 0.71 41.14 0.88 0.16
Hex 4B 35 5 0 1D 5D 47 29 58 10
Octal 113 65 5 0 35 135 107 51 130 20
Binary 1001011 110101 101 0 11101 1011101 1000111 101001 1011000 10000

Color Harmonies of #4B3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3505

Black with #4B3505

Text Example


Text Example

White with #4B3505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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