Html Css Color HEX #483D06 Madras

📋 copy color: '#483D06'

red 72 ◦ green 61 ◦ blue 6

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

Shades of Madras #483D06

Tints of Madras #483D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 51.8%
G = 43.88%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#483D06 (or 0x483D06) is known color: Madras. HEX triplet: 48, 3D and 06. RGB value is (72,61,6). Sum of RGB (Red+Green+Blue) = 72+61+6=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D06 is #B7C2F9. Grayscale: #3A3A3A. Windows color (decimal): -12043002 or 408904. OLE color: 408904.

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

Color convert

RGB 72 61 6 -
CMYK 0 0.15 0.92 0.72
HSL 50º 0.85% 0.15% -
HSV(B) 50º 0.92% 0.28% -
XYZ 4.37 4.73 0.85 -
YUV 58.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 72 61 6 0 0.15 0.92 0.72 50 0.85 0.15
Hex 48 3D 6 0 F 5C 48 32 55 F
Octal 110 75 6 0 17 134 110 62 125 17
Binary 1001000 111101 110 0 1111 1011100 1001000 110010 1010101 1111

Color Harmonies of #483D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D06

Black with #483D06

Text Example


Text Example

White with #483D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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