Html Css Color HEX #483D03 Madras

📋 copy color: '#483D03'

red 72 ◦ green 61 ◦ blue 3

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

Shades of Madras #483D03

Tints of Madras #483D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.85%

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

R = 52.94%
G = 44.85%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#483D03 (or 0x483D03) is known color: Madras. HEX triplet: 48, 3D and 03. RGB value is (72,61,3). Sum of RGB (Red+Green+Blue) = 72+61+3=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #483D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D03 is #B7C2FC. Grayscale: #393939. Windows color (decimal): -12043005 or 212296. OLE color: 212296.

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

Color convert

RGB 72 61 3 -
CMYK 0 0.15 0.96 0.72
HSL 50.43º 0.92% 0.15% -
HSV(B) 50.43º 0.96% 0.28% -
XYZ 4.36 4.72 0.77 -
YUV 57.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 72 61 3 0 0.15 0.96 0.72 50.43 0.92 0.15
Hex 48 3D 3 0 F 60 48 32 5C F
Octal 110 75 3 0 17 140 110 62 134 17
Binary 1001000 111101 11 0 1111 1100000 1001000 110010 1011100 1111

Color Harmonies of #483D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D03

Black with #483D03

Text Example


Text Example

White with #483D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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