Html Css Color HEX #483606 Madras

📋 copy color: '#483606'

red 72 ◦ green 54 ◦ blue 6

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

Shades of Madras #483606

Tints of Madras #483606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

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

R = 54.55%
G = 40.91%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#483606 (or 0x483606) is known color: Madras. HEX triplet: 48, 36 and 06. RGB value is (72,54,6). Sum of RGB (Red+Green+Blue) = 72+54+6=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483606 is #B7C9F9. Grayscale: #363636. Windows color (decimal): -12044794 or 407112. OLE color: 407112.

HSL color Cylindrical-coordinate representation of color #483606: hue angle of 43.64º 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 #483606 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 6 -
CMYK 0 0.25 0.92 0.72
HSL 43.64º 0.85% 0.15% -
HSV(B) 43.64º 0.92% 0.28% -
XYZ 4.02 4.03 0.74 -
YUV 53.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 72 54 6 0 0.25 0.92 0.72 43.64 0.85 0.15
Hex 48 36 6 0 19 5C 48 2C 55 F
Octal 110 66 6 0 31 134 110 54 125 17
Binary 1001000 110110 110 0 11001 1011100 1001000 101100 1010101 1111

Color Harmonies of #483606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483606

Black with #483606

Text Example


Text Example

White with #483606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483606; }

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

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

background-color css

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

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

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

border-color css

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

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

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