Html Css Color HEX #4B411B Madras

📋 copy color: '#4B411B'

red 75 ◦ green 65 ◦ blue 27

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

Shades of Madras #4B411B

Tints of Madras #4B411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 44.91%
G = 38.92%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4B411B (or 0x4B411B) is known color: Madras. HEX triplet: 4B, 41 and 1B. RGB value is (75,65,27). Sum of RGB (Red+Green+Blue) = 75+65+27=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B411B is #B4BEE4. Grayscale: #3F3F3F. Windows color (decimal): -11845349 or 1786187. OLE color: 1786187.

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

Color convert

RGB 75 65 27 -
CMYK 0 0.13 0.64 0.71
HSL 47.5º 0.47% 0.2% -
HSV(B) 47.5º 0.64% 0.29% -
XYZ 4.99 5.36 1.81 -
YUV 63.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 75 65 27 0 0.13 0.64 0.71 47.5 0.47 0.2
Hex 4B 41 1B 0 D 40 47 30 2F 14
Octal 113 101 33 0 15 100 107 60 57 24
Binary 1001011 1000001 11011 0 1101 1000000 1000111 110000 101111 10100

Color Harmonies of #4B411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B411B

Black with #4B411B

Text Example


Text Example

White with #4B411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,65,27); }

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

background-color css

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

 a { background-color: rgb(75,65,27); }

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

border-color css

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

 span { border-color: rgb(75,65,27); }

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