Html Css Color HEX #483B0F Madras

📋 copy color: '#483B0F'

red 72 ◦ green 59 ◦ blue 15

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

Shades of Madras #483B0F

Tints of Madras #483B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 49.32%
G = 40.41%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#483B0F (or 0x483B0F) is known color: Madras. HEX triplet: 48, 3B and 0F. RGB value is (72,59,15). Sum of RGB (Red+Green+Blue) = 72+59+15=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B0F is #B7C4F0. Grayscale: #3A3A3A. Windows color (decimal): -12043505 or 998216. OLE color: 998216.

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

Color convert

RGB 72 59 15 -
CMYK 0 0.18 0.79 0.72
HSL 46.32º 0.66% 0.17% -
HSV(B) 46.32º 0.79% 0.28% -
XYZ 4.32 4.54 1.1 -
YUV 57.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 72 59 15 0 0.18 0.79 0.72 46.32 0.66 0.17
Hex 48 3B F 0 12 4F 48 2E 42 11
Octal 110 73 17 0 22 117 110 56 102 21
Binary 1001000 111011 1111 0 10010 1001111 1001000 101110 1000010 10001

Color Harmonies of #483B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B0F

Black with #483B0F

Text Example


Text Example

White with #483B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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