Html Css Color HEX #48401A Madras

📋 copy color: '#48401A'

red 72 ◦ green 64 ◦ blue 26

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

Shades of Madras #48401A

Tints of Madras #48401A

RGB

 RED value IS 72 (28.52% from 255) = 44.44%

 GREEN value IS 64 (25.39% from 255) = 39.51%

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 44.44%
G = 39.51%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48401A (or 0x48401A) is known color: Madras. HEX triplet: 48, 40 and 1A. RGB value is (72,64,26). Sum of RGB (Red+Green+Blue) = 72+64+26=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #48401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48401A is #B7BFE5. Grayscale: #3E3E3E. Windows color (decimal): -12042214 or 1720392. OLE color: 1720392.

HSL color Cylindrical-coordinate representation of color #48401A: hue angle of 49.57º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48401A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 26 -
CMYK 0 0.11 0.64 0.72
HSL 49.57º 0.47% 0.19% -
HSV(B) 49.57º 0.64% 0.28% -
XYZ 4.69 5.12 1.72 -
YUV 62.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 72 64 26 0 0.11 0.64 0.72 49.57 0.47 0.19
Hex 48 40 1A 0 B 40 48 32 2F 13
Octal 110 100 32 0 13 100 110 62 57 23
Binary 1001000 1000000 11010 0 1011 1000000 1001000 110010 101111 10011

Color Harmonies of #48401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48401A

Black with #48401A

Text Example


Text Example

White with #48401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48401A; }

 p { color: rgb(72,64,26); }

 H1.HeaderClassName
 {
   color: #48401A;
 }
 .AnyTagClassName
 {
   color: #48401A;
 }
</style>

background-color css

<style>
 a { background-color: #48401A; }

 a { background-color: rgb(72,64,26); }

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

border-color css

<style>
 span { border-color: #48401A; }

 span { border-color: rgb(72,64,26); }

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