Html Css Color HEX #483A0D Madras

📋 copy color: '#483A0D'

red 72 ◦ green 58 ◦ blue 13

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

Shades of Madras #483A0D

Tints of Madras #483A0D

RGB

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

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

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

R = 50.35%
G = 40.56%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#483A0D (or 0x483A0D) is known color: Madras. HEX triplet: 48, 3A and 0D. RGB value is (72,58,13). Sum of RGB (Red+Green+Blue) = 72+58+13=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A0D is #B7C5F2. Grayscale: #393939. Windows color (decimal): -12043763 or 866888. OLE color: 866888.

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

Color convert

RGB 72 58 13 -
CMYK 0 0.19 0.82 0.72
HSL 45.76º 0.69% 0.17% -
HSV(B) 45.76º 0.82% 0.28% -
XYZ 4.26 4.43 1.01 -
YUV 57.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 72 58 13 0 0.19 0.82 0.72 45.76 0.69 0.17
Hex 48 3A D 0 13 52 48 2E 45 11
Octal 110 72 15 0 23 122 110 56 105 21
Binary 1001000 111010 1101 0 10011 1010010 1001000 101110 1000101 10001

Color Harmonies of #483A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A0D

Black with #483A0D

Text Example


Text Example

White with #483A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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