Html Css Color HEX #483A1A Madras

📋 copy color: '#483A1A'

red 72 ◦ green 58 ◦ blue 26

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

Shades of Madras #483A1A

Tints of Madras #483A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 46.15%
G = 37.18%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#483A1A (or 0x483A1A) is known color: Madras. HEX triplet: 48, 3A and 1A. RGB value is (72,58,26). Sum of RGB (Red+Green+Blue) = 72+58+26=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A1A is #B7C5E5. Grayscale: #3A3A3A. Windows color (decimal): -12043750 or 1718856. OLE color: 1718856.

HSL color Cylindrical-coordinate representation of color #483A1A: hue angle of 41.74º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483A1A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 26 -
CMYK 0 0.19 0.64 0.72
HSL 41.74º 0.47% 0.19% -
HSV(B) 41.74º 0.64% 0.28% -
XYZ 4.37 4.48 1.61 -
YUV 58.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 72 58 26 0 0.19 0.64 0.72 41.74 0.47 0.19
Hex 48 3A 1A 0 13 40 48 2A 2F 13
Octal 110 72 32 0 23 100 110 52 57 23
Binary 1001000 111010 11010 0 10011 1000000 1001000 101010 101111 10011

Color Harmonies of #483A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A1A

Black with #483A1A

Text Example


Text Example

White with #483A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,58,26); }

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

background-color css

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

 a { background-color: rgb(72,58,26); }

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

border-color css

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

 span { border-color: rgb(72,58,26); }

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