Html Css Color HEX #483E0A Madras

📋 copy color: '#483E0A'

red 72 ◦ green 62 ◦ blue 10

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

Shades of Madras #483E0A

Tints of Madras #483E0A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.06%

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

R = 50%
G = 43.06%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#483E0A (or 0x483E0A) is known color: Madras. HEX triplet: 48, 3E and 0A. RGB value is (72,62,10). Sum of RGB (Red+Green+Blue) = 72+62+10=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E0A is #B7C1F5. Grayscale: #3B3B3B. Windows color (decimal): -12042742 or 671304. OLE color: 671304.

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

Color convert

RGB 72 62 10 -
CMYK 0 0.14 0.86 0.72
HSL 50.32º 0.76% 0.16% -
HSV(B) 50.32º 0.86% 0.28% -
XYZ 4.45 4.84 0.99 -
YUV 59.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 72 62 10 0 0.14 0.86 0.72 50.32 0.76 0.16
Hex 48 3E A 0 E 56 48 32 4C 10
Octal 110 76 12 0 16 126 110 62 114 20
Binary 1001000 111110 1010 0 1110 1010110 1001000 110010 1001100 10000

Color Harmonies of #483E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E0A

Black with #483E0A

Text Example


Text Example

White with #483E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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