Html Css Color HEX #4B3E06 Madras

📋 copy color: '#4B3E06'

red 75 ◦ green 62 ◦ blue 6

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

Shades of Madras #4B3E06

Tints of Madras #4B3E06

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.36%

 BLUE value IS 6 (2.73% from 255) = 4.2%

R = 52.45%
G = 43.36%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#4B3E06 (or 0x4B3E06) is known color: Madras. HEX triplet: 4B, 3E and 06. RGB value is (75,62,6). Sum of RGB (Red+Green+Blue) = 75+62+6=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3E06 is #B4C1F9. Grayscale: #3B3B3B. Windows color (decimal): -11846138 or 409163. OLE color: 409163.

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

Color convert

RGB 75 62 6 -
CMYK 0 0.17 0.92 0.71
HSL 48.7º 0.85% 0.16% -
HSV(B) 48.7º 0.92% 0.29% -
XYZ 4.66 4.95 0.88 -
YUV 59.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 75 62 6 0 0.17 0.92 0.71 48.7 0.85 0.16
Hex 4B 3E 6 0 11 5C 47 31 55 10
Octal 113 76 6 0 21 134 107 61 125 20
Binary 1001011 111110 110 0 10001 1011100 1000111 110001 1010101 10000

Color Harmonies of #4B3E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3E06

Black with #4B3E06

Text Example


Text Example

White with #4B3E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,62,6); }

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

background-color css

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

 a { background-color: rgb(75,62,6); }

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

border-color css

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

 span { border-color: rgb(75,62,6); }

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