Html Css Color HEX #483A1E Madras

📋 copy color: '#483A1E'

red 72 ◦ green 58 ◦ blue 30

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

Shades of Madras #483A1E

Tints of Madras #483A1E

RGB

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

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

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

R = 45%
G = 36.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#483A1E (or 0x483A1E) is known color: Madras. HEX triplet: 48, 3A and 1E. RGB value is (72,58,30). Sum of RGB (Red+Green+Blue) = 72+58+30=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A1E is #B7C5E1. Grayscale: #3B3B3B. Windows color (decimal): -12043746 or 1981000. OLE color: 1981000.

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

Color convert

RGB 72 58 30 -
CMYK 0 0.19 0.58 0.72
HSL 40º 0.41% 0.2% -
HSV(B) 40º 0.58% 0.28% -
XYZ 4.42 4.5 1.86 -
YUV 58.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 72 58 30 0 0.19 0.58 0.72 40 0.41 0.2
Hex 48 3A 1E 0 13 3A 48 28 29 14
Octal 110 72 36 0 23 72 110 50 51 24
Binary 1001000 111010 11110 0 10011 111010 1001000 101000 101001 10100

Color Harmonies of #483A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A1E

Black with #483A1E

Text Example


Text Example

White with #483A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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