Html Css Color HEX #483D12 Madras

📋 copy color: '#483D12'

red 72 ◦ green 61 ◦ blue 18

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

Shades of Madras #483D12

Tints of Madras #483D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 47.68%
G = 40.4%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#483D12 (or 0x483D12) is known color: Madras. HEX triplet: 48, 3D and 12. RGB value is (72,61,18). Sum of RGB (Red+Green+Blue) = 72+61+18=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #483D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D12 is #B7C2ED. Grayscale: #3B3B3B. Windows color (decimal): -12042990 or 1195336. OLE color: 1195336.

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

Color convert

RGB 72 61 18 -
CMYK 0 0.15 0.75 0.72
HSL 47.78º 0.6% 0.18% -
HSV(B) 47.78º 0.75% 0.28% -
XYZ 4.45 4.76 1.26 -
YUV 59.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 72 61 18 0 0.15 0.75 0.72 47.78 0.6 0.18
Hex 48 3D 12 0 F 4B 48 30 3C 12
Octal 110 75 22 0 17 113 110 60 74 22
Binary 1001000 111101 10010 0 1111 1001011 1001000 110000 111100 10010

Color Harmonies of #483D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D12

Black with #483D12

Text Example


Text Example

White with #483D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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