Html Css Color HEX #483A09 Madras

📋 copy color: '#483A09'

red 72 ◦ green 58 ◦ blue 9

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

Shades of Madras #483A09

Tints of Madras #483A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.47%

R = 51.8%
G = 41.73%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#483A09 (or 0x483A09) is known color: Madras. HEX triplet: 48, 3A and 09. RGB value is (72,58,9). Sum of RGB (Red+Green+Blue) = 72+58+9=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A09 is #B7C5F6. Grayscale: #383838. Windows color (decimal): -12043767 or 604744. OLE color: 604744.

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

Color convert

RGB 72 58 9 -
CMYK 0 0.19 0.88 0.72
HSL 46.67º 0.78% 0.16% -
HSV(B) 46.67º 0.88% 0.28% -
XYZ 4.23 4.42 0.89 -
YUV 56.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 72 58 9 0 0.19 0.88 0.72 46.67 0.78 0.16
Hex 48 3A 9 0 13 58 48 2F 4E 10
Octal 110 72 11 0 23 130 110 57 116 20
Binary 1001000 111010 1001 0 10011 1011000 1001000 101111 1001110 10000

Color Harmonies of #483A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A09

Black with #483A09

Text Example


Text Example

White with #483A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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