Html Css Color HEX #483F1B Madras

📋 copy color: '#483F1B'

red 72 ◦ green 63 ◦ blue 27

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

Shades of Madras #483F1B

Tints of Madras #483F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 38.89%

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 44.44%
G = 38.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#483F1B (or 0x483F1B) is known color: Madras. HEX triplet: 48, 3F and 1B. RGB value is (72,63,27). Sum of RGB (Red+Green+Blue) = 72+63+27=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F1B is #B7C0E4. Grayscale: #3D3D3D. Windows color (decimal): -12042469 or 1785672. OLE color: 1785672.

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

Color convert

RGB 72 63 27 -
CMYK 0 0.12 0.62 0.72
HSL 48º 0.45% 0.19% -
HSV(B) 48º 0.63% 0.28% -
XYZ 4.65 5.01 1.76 -
YUV 61.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 72 63 27 0 0.12 0.62 0.72 48 0.45 0.19
Hex 48 3F 1B 0 C 3E 48 30 2D 13
Octal 110 77 33 0 14 76 110 60 55 23
Binary 1001000 111111 11011 0 1100 111110 1001000 110000 101101 10011

Color Harmonies of #483F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F1B

Black with #483F1B

Text Example


Text Example

White with #483F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,27); }

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

background-color css

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

 a { background-color: rgb(72,63,27); }

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

border-color css

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

 span { border-color: rgb(72,63,27); }

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