Html Css Color HEX #483F03 Madras

📋 copy color: '#483F03'

red 72 ◦ green 63 ◦ blue 3

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

Shades of Madras #483F03

Tints of Madras #483F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.17%

R = 52.17%
G = 45.65%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#483F03 (or 0x483F03) is known color: Madras. HEX triplet: 48, 3F and 03. RGB value is (72,63,3). Sum of RGB (Red+Green+Blue) = 72+63+3=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #483F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F03 is #B7C0FC. Grayscale: #3B3B3B. Windows color (decimal): -12042493 or 212808. OLE color: 212808.

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

Color convert

RGB 72 63 3 -
CMYK 0 0.12 0.96 0.72
HSL 52.17º 0.92% 0.15% -
HSV(B) 52.17º 0.96% 0.28% -
XYZ 4.47 4.94 0.8 -
YUV 58.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 72 63 3 0 0.12 0.96 0.72 52.17 0.92 0.15
Hex 48 3F 3 0 C 60 48 34 5C F
Octal 110 77 3 0 14 140 110 64 134 17
Binary 1001000 111111 11 0 1100 1100000 1001000 110100 1011100 1111

Color Harmonies of #483F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F03

Black with #483F03

Text Example


Text Example

White with #483F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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