Html Css Color HEX #483C01 Madras

📋 copy color: '#483C01'

red 72 ◦ green 60 ◦ blue 1

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

Shades of Madras #483C01

Tints of Madras #483C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

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

R = 54.14%
G = 45.11%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#483C01 (or 0x483C01) is known color: Madras. HEX triplet: 48, 3C and 01. RGB value is (72,60,1). Sum of RGB (Red+Green+Blue) = 72+60+1=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #483C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C01 is #B7C3FE. Grayscale: #393939. Windows color (decimal): -12043263 or 80968. OLE color: 80968.

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

Color convert

RGB 72 60 1 -
CMYK 0 0.17 0.99 0.72
HSL 49.86º 0.97% 0.14% -
HSV(B) 49.86º 0.99% 0.28% -
XYZ 4.29 4.61 0.69 -
YUV 56.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 72 60 1 0 0.17 0.99 0.72 49.86 0.97 0.14
Hex 48 3C 1 0 11 63 48 32 61 E
Octal 110 74 1 0 21 143 110 62 141 16
Binary 1001000 111100 1 0 10001 1100011 1001000 110010 1100001 1110

Color Harmonies of #483C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C01

Black with #483C01

Text Example


Text Example

White with #483C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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