Html Css Color HEX #483F0C Madras

📋 copy color: '#483F0C'

red 72 ◦ green 63 ◦ blue 12

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

Shades of Madras #483F0C

Tints of Madras #483F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 48.98%
G = 42.86%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#483F0C (or 0x483F0C) is known color: Madras. HEX triplet: 48, 3F and 0C. RGB value is (72,63,12). Sum of RGB (Red+Green+Blue) = 72+63+12=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F0C is #B7C0F3. Grayscale: #3C3C3C. Windows color (decimal): -12042484 or 802632. OLE color: 802632.

HSL color Cylindrical-coordinate representation of color #483F0C: hue angle of 51º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #483F0C is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 63 12 -
CMYK 0 0.12 0.83 0.72
HSL 51º 0.71% 0.16% -
HSV(B) 51º 0.83% 0.28% -
XYZ 4.52 4.96 1.07 -
YUV 59.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 72 63 12 0 0.12 0.83 0.72 51 0.71 0.16
Hex 48 3F C 0 C 53 48 33 47 10
Octal 110 77 14 0 14 123 110 63 107 20
Binary 1001000 111111 1100 0 1100 1010011 1001000 110011 1000111 10000

Color Harmonies of #483F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F0C

Black with #483F0C

Text Example


Text Example

White with #483F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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