Html Css Color HEX #48461A Madras

📋 copy color: '#48461A'

red 72 ◦ green 70 ◦ blue 26

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

Shades of Madras #48461A

Tints of Madras #48461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

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

R = 42.86%
G = 41.67%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48461A (or 0x48461A) is known color: Madras. HEX triplet: 48, 46 and 1A. RGB value is (72,70,26). Sum of RGB (Red+Green+Blue) = 72+70+26=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48461A is #B7B9E5. Grayscale: #414141. Windows color (decimal): -12040678 or 1721928. OLE color: 1721928.

HSL color Cylindrical-coordinate representation of color #48461A: hue angle of 57.39º 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 #48461A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 26 -
CMYK 0 0.03 0.64 0.72
HSL 57.39º 0.47% 0.19% -
HSV(B) 57.39º 0.64% 0.28% -
XYZ 5.05 5.83 1.84 -
YUV 65.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 72 70 26 0 0.03 0.64 0.72 57.39 0.47 0.19
Hex 48 46 1A 0 3 40 48 39 2F 13
Octal 110 106 32 0 3 100 110 71 57 23
Binary 1001000 1000110 11010 0 11 1000000 1001000 111001 101111 10011

Color Harmonies of #48461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48461A

Black with #48461A

Text Example


Text Example

White with #48461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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