Html Css Color HEX #483B0D Madras

📋 copy color: '#483B0D'

red 72 ◦ green 59 ◦ blue 13

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

Shades of Madras #483B0D

Tints of Madras #483B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 50%
G = 40.97%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#483B0D (or 0x483B0D) is known color: Madras. HEX triplet: 48, 3B and 0D. RGB value is (72,59,13). Sum of RGB (Red+Green+Blue) = 72+59+13=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B0D is #B7C4F2. Grayscale: #393939. Windows color (decimal): -12043507 or 867144. OLE color: 867144.

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

Color convert

RGB 72 59 13 -
CMYK 0 0.18 0.82 0.72
HSL 46.78º 0.69% 0.17% -
HSV(B) 46.78º 0.82% 0.28% -
XYZ 4.31 4.53 1.03 -
YUV 57.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 72 59 13 0 0.18 0.82 0.72 46.78 0.69 0.17
Hex 48 3B D 0 12 52 48 2F 45 11
Octal 110 73 15 0 22 122 110 57 105 21
Binary 1001000 111011 1101 0 10010 1010010 1001000 101111 1000101 10001

Color Harmonies of #483B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B0D

Black with #483B0D

Text Example


Text Example

White with #483B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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