Html Css Color HEX #483A01 Madras

📋 copy color: '#483A01'

red 72 ◦ green 58 ◦ blue 1

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

Shades of Madras #483A01

Tints of Madras #483A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 54.96%
G = 44.27%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#483A01 (or 0x483A01) is known color: Madras. HEX triplet: 48, 3A and 01. RGB value is (72,58,1). Sum of RGB (Red+Green+Blue) = 72+58+1=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A01 is #B7C5FE. Grayscale: #373737. Windows color (decimal): -12043775 or 80456. OLE color: 80456.

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

Color convert

RGB 72 58 1 -
CMYK 0 0.19 0.99 0.72
HSL 48.17º 0.97% 0.14% -
HSV(B) 48.17º 0.99% 0.28% -
XYZ 4.19 4.41 0.66 -
YUV 55.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 72 58 1 0 0.19 0.99 0.72 48.17 0.97 0.14
Hex 48 3A 1 0 13 63 48 30 61 E
Octal 110 72 1 0 23 143 110 60 141 16
Binary 1001000 111010 1 0 10011 1100011 1001000 110000 1100001 1110

Color Harmonies of #483A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A01

Black with #483A01

Text Example


Text Example

White with #483A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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