Html Css Color HEX #4B431D Madras

📋 copy color: '#4B431D'

red 75 ◦ green 67 ◦ blue 29

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

Shades of Madras #4B431D

Tints of Madras #4B431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

 BLUE value IS 29 (11.72% from 255) = 16.96%

R = 43.86%
G = 39.18%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4B431D (or 0x4B431D) is known color: Madras. HEX triplet: 4B, 43 and 1D. RGB value is (75,67,29). Sum of RGB (Red+Green+Blue) = 75+67+29=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B431D is #B4BCE2. Grayscale: #414141. Windows color (decimal): -11844835 or 1917771. OLE color: 1917771.

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

Color convert

RGB 75 67 29 -
CMYK 0 0.11 0.61 0.71
HSL 49.57º 0.44% 0.2% -
HSV(B) 49.57º 0.61% 0.29% -
XYZ 5.13 5.6 1.97 -
YUV 65.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 75 67 29 0 0.11 0.61 0.71 49.57 0.44 0.2
Hex 4B 43 1D 0 B 3D 47 32 2C 14
Octal 113 103 35 0 13 75 107 62 54 24
Binary 1001011 1000011 11101 0 1011 111101 1000111 110010 101100 10100

Color Harmonies of #4B431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B431D

Black with #4B431D

Text Example


Text Example

White with #4B431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,67,29); }

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

background-color css

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

 a { background-color: rgb(75,67,29); }

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

border-color css

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

 span { border-color: rgb(75,67,29); }

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