Html Css Color HEX #483C0A Madras

📋 copy color: '#483C0A'

red 72 ◦ green 60 ◦ blue 10

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

Shades of Madras #483C0A

Tints of Madras #483C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.25%

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

R = 50.7%
G = 42.25%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#483C0A (or 0x483C0A) is known color: Madras. HEX triplet: 48, 3C and 0A. RGB value is (72,60,10). Sum of RGB (Red+Green+Blue) = 72+60+10=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C0A is #B7C3F5. Grayscale: #3A3A3A. Windows color (decimal): -12043254 or 670792. OLE color: 670792.

HSL color Cylindrical-coordinate representation of color #483C0A: hue angle of 48.39º 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 #483C0A is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 60 10 -
CMYK 0 0.17 0.86 0.72
HSL 48.39º 0.76% 0.16% -
HSV(B) 48.39º 0.86% 0.28% -
XYZ 4.34 4.63 0.95 -
YUV 57.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 72 60 10 0 0.17 0.86 0.72 48.39 0.76 0.16
Hex 48 3C A 0 11 56 48 30 4C 10
Octal 110 74 12 0 21 126 110 60 114 20
Binary 1001000 111100 1010 0 10001 1010110 1001000 110000 1001100 10000

Color Harmonies of #483C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C0A

Black with #483C0A

Text Example


Text Example

White with #483C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483C0A; }

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

 H1.HeaderClassName
 {
   color: #483C0A;
 }
 .AnyTagClassName
 {
   color: #483C0A;
 }
</style>

background-color css

<style>
 a { background-color: #483C0A; }

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

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

border-color css

<style>
 span { border-color: #483C0A; }

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

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