Html Css Color HEX #4B4320 Madras

📋 copy color: '#4B4320'

red 75 ◦ green 67 ◦ blue 32

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

Shades of Madras #4B4320

Tints of Madras #4B4320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 43.1%
G = 38.51%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4B4320 (or 0x4B4320) is known color: Madras. HEX triplet: 4B, 43 and 20. RGB value is (75,67,32). Sum of RGB (Red+Green+Blue) = 75+67+32=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4320 is #B4BCDF. Grayscale: #414141. Windows color (decimal): -11844832 or 2114379. OLE color: 2114379.

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

Color convert

RGB 75 67 32 -
CMYK 0 0.11 0.57 0.71
HSL 48.84º 0.4% 0.21% -
HSV(B) 48.84º 0.57% 0.29% -
XYZ 5.17 5.61 2.18 -
YUV 65.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 75 67 32 0 0.11 0.57 0.71 48.84 0.4 0.21
Hex 4B 43 20 0 B 39 47 31 28 15
Octal 113 103 40 0 13 71 107 61 50 25
Binary 1001011 1000011 100000 0 1011 111001 1000111 110001 101000 10101

Color Harmonies of #4B4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4320

Black with #4B4320

Text Example


Text Example

White with #4B4320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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