Html Css Color HEX #48410F Madras

📋 copy color: '#48410F'

red 72 ◦ green 65 ◦ blue 15

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

Shades of Madras #48410F

Tints of Madras #48410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.87%

R = 47.37%
G = 42.76%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48410F (or 0x48410F) is known color: Madras. HEX triplet: 48, 41 and 0F. RGB value is (72,65,15). Sum of RGB (Red+Green+Blue) = 72+65+15=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48410F is #B7BEF0. Grayscale: #3D3D3D. Windows color (decimal): -12041969 or 999752. OLE color: 999752.

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

Color convert

RGB 72 65 15 -
CMYK 0 0.10 0.79 0.72
HSL 52.63º 0.66% 0.17% -
HSV(B) 52.63º 0.79% 0.28% -
XYZ 4.65 5.19 1.21 -
YUV 61.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 72 65 15 0 0.10 0.79 0.72 52.63 0.66 0.17
Hex 48 41 F 0 A 4F 48 35 42 11
Octal 110 101 17 0 12 117 110 65 102 21
Binary 1001000 1000001 1111 0 1010 1001111 1001000 110101 1000010 10001

Color Harmonies of #48410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48410F

Black with #48410F

Text Example


Text Example

White with #48410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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