Html Css Color HEX #4B4505 Madras

📋 copy color: '#4B4505'

red 75 ◦ green 69 ◦ blue 5

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

Shades of Madras #4B4505

Tints of Madras #4B4505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.31%

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

R = 50.34%
G = 46.31%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#4B4505 (or 0x4B4505) is known color: Madras. HEX triplet: 4B, 45 and 05. RGB value is (75,69,5). Sum of RGB (Red+Green+Blue) = 75+69+5=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4505 is #B4BAFA. Grayscale: #3F3F3F. Windows color (decimal): -11844347 or 345419. OLE color: 345419.

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

Color convert

RGB 75 69 5 -
CMYK 0 0.08 0.93 0.71
HSL 54.86º 0.88% 0.16% -
HSV(B) 54.86º 0.93% 0.29% -
XYZ 5.06 5.76 0.99 -
YUV 63.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 75 69 5 0 0.08 0.93 0.71 54.86 0.88 0.16
Hex 4B 45 5 0 8 5D 47 37 58 10
Octal 113 105 5 0 10 135 107 67 130 20
Binary 1001011 1000101 101 0 1000 1011101 1000111 110111 1011000 10000

Color Harmonies of #4B4505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4505

Black with #4B4505

Text Example


Text Example

White with #4B4505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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