Html Css Color HEX #483D01 Madras

📋 copy color: '#483D01'

red 72 ◦ green 61 ◦ blue 1

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

Shades of Madras #483D01

Tints of Madras #483D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.52%

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

R = 53.73%
G = 45.52%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#483D01 (or 0x483D01) is known color: Madras. HEX triplet: 48, 3D and 01. RGB value is (72,61,1). Sum of RGB (Red+Green+Blue) = 72+61+1=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #483D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D01 is #B7C2FE. Grayscale: #393939. Windows color (decimal): -12043007 or 81224. OLE color: 81224.

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

Color convert

RGB 72 61 1 -
CMYK 0 0.15 0.99 0.72
HSL 50.7º 0.97% 0.14% -
HSV(B) 50.7º 0.99% 0.28% -
XYZ 4.35 4.72 0.71 -
YUV 57.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 72 61 1 0 0.15 0.99 0.72 50.7 0.97 0.14
Hex 48 3D 1 0 F 63 48 33 61 E
Octal 110 75 1 0 17 143 110 63 141 16
Binary 1001000 111101 1 0 1111 1100011 1001000 110011 1100001 1110

Color Harmonies of #483D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D01

Black with #483D01

Text Example


Text Example

White with #483D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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