Html Css Color HEX #483C1E Madras

📋 copy color: '#483C1E'

red 72 ◦ green 60 ◦ blue 30

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

Shades of Madras #483C1E

Tints of Madras #483C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.04%

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 44.44%
G = 37.04%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#483C1E (or 0x483C1E) is known color: Madras. HEX triplet: 48, 3C and 1E. RGB value is (72,60,30). Sum of RGB (Red+Green+Blue) = 72+60+30=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C1E is #B7C3E1. Grayscale: #3C3C3C. Windows color (decimal): -12043234 or 1981512. OLE color: 1981512.

HSL color Cylindrical-coordinate representation of color #483C1E: hue angle of 42.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483C1E is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 60 30 -
CMYK 0 0.17 0.58 0.72
HSL 42.86º 0.41% 0.2% -
HSV(B) 42.86º 0.58% 0.28% -
XYZ 4.52 4.7 1.9 -
YUV 60.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 72 60 30 0 0.17 0.58 0.72 42.86 0.41 0.2
Hex 48 3C 1E 0 11 3A 48 2B 29 14
Octal 110 74 36 0 21 72 110 53 51 24
Binary 1001000 111100 11110 0 10001 111010 1001000 101011 101001 10100

Color Harmonies of #483C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C1E

Black with #483C1E

Text Example


Text Example

White with #483C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,30); }

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

background-color css

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

 a { background-color: rgb(72,60,30); }

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

border-color css

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

 span { border-color: rgb(72,60,30); }

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