Html Css Color HEX #48360A Madras

📋 copy color: '#48360A'

red 72 ◦ green 54 ◦ blue 10

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

Shades of Madras #48360A

Tints of Madras #48360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.71%

 BLUE value IS 10 (4.3% from 255) = 7.35%

R = 52.94%
G = 39.71%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48360A (or 0x48360A) is known color: Madras. HEX triplet: 48, 36 and 0A. RGB value is (72,54,10). Sum of RGB (Red+Green+Blue) = 72+54+10=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48360A is #B7C9F5. Grayscale: #363636. Windows color (decimal): -12044790 or 669256. OLE color: 669256.

HSL color Cylindrical-coordinate representation of color #48360A: hue angle of 42.58º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48360A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 10 -
CMYK 0 0.25 0.86 0.72
HSL 42.58º 0.76% 0.16% -
HSV(B) 42.58º 0.86% 0.28% -
XYZ 4.05 4.04 0.85 -
YUV 54.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 72 54 10 0 0.25 0.86 0.72 42.58 0.76 0.16
Hex 48 36 A 0 19 56 48 2B 4C 10
Octal 110 66 12 0 31 126 110 53 114 20
Binary 1001000 110110 1010 0 11001 1010110 1001000 101011 1001100 10000

Color Harmonies of #48360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48360A

Black with #48360A

Text Example


Text Example

White with #48360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,54,10); }

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

background-color css

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

 a { background-color: rgb(72,54,10); }

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

border-color css

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

 span { border-color: rgb(72,54,10); }

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