Html Css Color HEX #48441A Madras

📋 copy color: '#48441A'

red 72 ◦ green 68 ◦ blue 26

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

Shades of Madras #48441A

Tints of Madras #48441A

RGB

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

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

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

R = 43.37%
G = 40.96%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48441A (or 0x48441A) is known color: Madras. HEX triplet: 48, 44 and 1A. RGB value is (72,68,26). Sum of RGB (Red+Green+Blue) = 72+68+26=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48441A is #B7BBE5. Grayscale: #404040. Windows color (decimal): -12041190 or 1721416. OLE color: 1721416.

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

Color convert

RGB 72 68 26 -
CMYK 0 0.06 0.64 0.72
HSL 54.78º 0.47% 0.19% -
HSV(B) 54.78º 0.64% 0.28% -
XYZ 4.93 5.59 1.8 -
YUV 64.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 72 68 26 0 0.06 0.64 0.72 54.78 0.47 0.19
Hex 48 44 1A 0 6 40 48 37 2F 13
Octal 110 104 32 0 6 100 110 67 57 23
Binary 1001000 1000100 11010 0 110 1000000 1001000 110111 101111 10011

Color Harmonies of #48441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48441A

Black with #48441A

Text Example


Text Example

White with #48441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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