Html Css Color HEX #48410D Madras

📋 copy color: '#48410D'

red 72 ◦ green 65 ◦ blue 13

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

Shades of Madras #48410D

Tints of Madras #48410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

 BLUE value IS 13 (5.47% from 255) = 8.67%

R = 48%
G = 43.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48410D (or 0x48410D) is known color: Madras. HEX triplet: 48, 41 and 0D. RGB value is (72,65,13). Sum of RGB (Red+Green+Blue) = 72+65+13=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48410D is #B7BEF2. Grayscale: #3D3D3D. Windows color (decimal): -12041971 or 868680. OLE color: 868680.

HSL color Cylindrical-coordinate representation of color #48410D: hue angle of 52.88º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48410D is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 13 -
CMYK 0 0.10 0.82 0.72
HSL 52.88º 0.69% 0.17% -
HSV(B) 52.88º 0.82% 0.28% -
XYZ 4.64 5.19 1.14 -
YUV 61.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 72 65 13 0 0.10 0.82 0.72 52.88 0.69 0.17
Hex 48 41 D 0 A 52 48 35 45 11
Octal 110 101 15 0 12 122 110 65 105 21
Binary 1001000 1000001 1101 0 1010 1010010 1001000 110101 1000101 10001

Color Harmonies of #48410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48410D

Black with #48410D

Text Example


Text Example

White with #48410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48410D; }

 p { color: rgb(72,65,13); }

 H1.HeaderClassName
 {
   color: #48410D;
 }
 .AnyTagClassName
 {
   color: #48410D;
 }
</style>

background-color css

<style>
 a { background-color: #48410D; }

 a { background-color: rgb(72,65,13); }

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

border-color css

<style>
 span { border-color: #48410D; }

 span { border-color: rgb(72,65,13); }

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