Html Css Color HEX #483A00 Madras

📋 copy color: '#483A00'

red 72 ◦ green 58 ◦ blue 0

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

Shades of Madras #483A00

Tints of Madras #483A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.38%
G = 44.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#483A00 (or 0x483A00) is known color: Madras. HEX triplet: 48, 3A and 00. RGB value is (72,58,0). Sum of RGB (Red+Green+Blue) = 72+58+0=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A00 is #B7C5FF. Grayscale: #373737. Windows color (decimal): -12043776 or 14920. OLE color: 14920.

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

Color convert

RGB 72 58 0 -
CMYK 0 0.19 1 0.72
HSL 48.33º 1% 0.14% -
HSV(B) 48.33º 1% 0.28% -
XYZ 4.19 4.4 0.63 -
YUV 55.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 72 58 0 0 0.19 1 0.72 48.33 1 0.14
Hex 48 3A 0 0 13 64 48 30 64 E
Octal 110 72 0 0 23 144 110 60 144 16
Binary 1001000 111010 0 0 10011 1100100 1001000 110000 1100100 1110

Color Harmonies of #483A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A00

Black with #483A00

Text Example


Text Example

White with #483A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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