Html Css Color HEX #483F0A Madras

📋 copy color: '#483F0A'

red 72 ◦ green 63 ◦ blue 10

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

Shades of Madras #483F0A

Tints of Madras #483F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 43.45%

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

R = 49.66%
G = 43.45%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#483F0A (or 0x483F0A) is known color: Madras. HEX triplet: 48, 3F and 0A. RGB value is (72,63,10). Sum of RGB (Red+Green+Blue) = 72+63+10=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F0A is #B7C0F5. Grayscale: #3B3B3B. Windows color (decimal): -12042486 or 671560. OLE color: 671560.

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

Color convert

RGB 72 63 10 -
CMYK 0 0.12 0.86 0.72
HSL 51.29º 0.76% 0.16% -
HSV(B) 51.29º 0.86% 0.28% -
XYZ 4.5 4.95 1.01 -
YUV 59.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 72 63 10 0 0.12 0.86 0.72 51.29 0.76 0.16
Hex 48 3F A 0 C 56 48 33 4C 10
Octal 110 77 12 0 14 126 110 63 114 20
Binary 1001000 111111 1010 0 1100 1010110 1001000 110011 1001100 10000

Color Harmonies of #483F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F0A

Black with #483F0A

Text Example


Text Example

White with #483F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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