Html Css Color HEX #4B4419 Madras

📋 copy color: '#4B4419'

red 75 ◦ green 68 ◦ blue 25

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

Shades of Madras #4B4419

Tints of Madras #4B4419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.48%

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 44.64%
G = 40.48%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B4419 (or 0x4B4419) is known color: Madras. HEX triplet: 4B, 44 and 19. RGB value is (75,68,25). Sum of RGB (Red+Green+Blue) = 75+68+25=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4419 is #B4BBE6. Grayscale: #414141. Windows color (decimal): -11844583 or 1655883. OLE color: 1655883.

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

Color convert

RGB 75 68 25 -
CMYK 0 0.09 0.67 0.71
HSL 51.6º 0.5% 0.2% -
HSV(B) 51.6º 0.67% 0.29% -
XYZ 5.14 5.7 1.75 -
YUV 65.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 75 68 25 0 0.09 0.67 0.71 51.6 0.5 0.2
Hex 4B 44 19 0 9 43 47 34 32 14
Octal 113 104 31 0 11 103 107 64 62 24
Binary 1001011 1000100 11001 0 1001 1000011 1000111 110100 110010 10100

Color Harmonies of #4B4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4419

Black with #4B4419

Text Example


Text Example

White with #4B4419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,68,25); }

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

background-color css

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

 a { background-color: rgb(75,68,25); }

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

border-color css

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

 span { border-color: rgb(75,68,25); }

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