Html Css Color HEX #483B1A Madras

📋 copy color: '#483B1A'

red 72 ◦ green 59 ◦ blue 26

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

Shades of Madras #483B1A

Tints of Madras #483B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.58%

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

R = 45.86%
G = 37.58%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#483B1A (or 0x483B1A) is known color: Madras. HEX triplet: 48, 3B and 1A. RGB value is (72,59,26). Sum of RGB (Red+Green+Blue) = 72+59+26=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B1A is #B7C4E5. Grayscale: #3B3B3B. Windows color (decimal): -12043494 or 1719112. OLE color: 1719112.

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

Color convert

RGB 72 59 26 -
CMYK 0 0.18 0.64 0.72
HSL 43.04º 0.47% 0.19% -
HSV(B) 43.04º 0.64% 0.28% -
XYZ 4.42 4.58 1.63 -
YUV 59.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 72 59 26 0 0.18 0.64 0.72 43.04 0.47 0.19
Hex 48 3B 1A 0 12 40 48 2B 2F 13
Octal 110 73 32 0 22 100 110 53 57 23
Binary 1001000 111011 11010 0 10010 1000000 1001000 101011 101111 10011

Color Harmonies of #483B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B1A

Black with #483B1A

Text Example


Text Example

White with #483B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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