Html Css Color HEX #4B431C Madras

📋 copy color: '#4B431C'

red 75 ◦ green 67 ◦ blue 28

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

Shades of Madras #4B431C

Tints of Madras #4B431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 44.12%
G = 39.41%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B431C (or 0x4B431C) is known color: Madras. HEX triplet: 4B, 43 and 1C. RGB value is (75,67,28). Sum of RGB (Red+Green+Blue) = 75+67+28=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B431C is #B4BCE3. Grayscale: #414141. Windows color (decimal): -11844836 or 1852235. OLE color: 1852235.

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

Color convert

RGB 75 67 28 -
CMYK 0 0.11 0.63 0.71
HSL 49.79º 0.46% 0.2% -
HSV(B) 49.79º 0.63% 0.29% -
XYZ 5.12 5.59 1.91 -
YUV 64.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 75 67 28 0 0.11 0.63 0.71 49.79 0.46 0.2
Hex 4B 43 1C 0 B 3F 47 32 2E 14
Octal 113 103 34 0 13 77 107 62 56 24
Binary 1001011 1000011 11100 0 1011 111111 1000111 110010 101110 10100

Color Harmonies of #4B431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B431C

Black with #4B431C

Text Example


Text Example

White with #4B431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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