Html Css Color HEX #4B421D Madras

📋 copy color: '#4B421D'

red 75 ◦ green 66 ◦ blue 29

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

Shades of Madras #4B421D

Tints of Madras #4B421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 44.12%
G = 38.82%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4B421D (or 0x4B421D) is known color: Madras. HEX triplet: 4B, 42 and 1D. RGB value is (75,66,29). Sum of RGB (Red+Green+Blue) = 75+66+29=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B421D is #B4BDE2. Grayscale: #404040. Windows color (decimal): -11845091 or 1917515. OLE color: 1917515.

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

Color convert

RGB 75 66 29 -
CMYK 0 0.12 0.61 0.71
HSL 48.26º 0.44% 0.2% -
HSV(B) 48.26º 0.61% 0.29% -
XYZ 5.07 5.48 1.95 -
YUV 64.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 75 66 29 0 0.12 0.61 0.71 48.26 0.44 0.2
Hex 4B 42 1D 0 C 3D 47 30 2C 14
Octal 113 102 35 0 14 75 107 60 54 24
Binary 1001011 1000010 11101 0 1100 111101 1000111 110000 101100 10100

Color Harmonies of #4B421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B421D

Black with #4B421D

Text Example


Text Example

White with #4B421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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