Html Css Color HEX #483706 Madras

📋 copy color: '#483706'

red 72 ◦ green 55 ◦ blue 6

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

Shades of Madras #483706

Tints of Madras #483706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

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

R = 54.14%
G = 41.35%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#483706 (or 0x483706) is known color: Madras. HEX triplet: 48, 37 and 06. RGB value is (72,55,6). Sum of RGB (Red+Green+Blue) = 72+55+6=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #483706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483706 is #B7C8F9. Grayscale: #363636. Windows color (decimal): -12044538 or 407368. OLE color: 407368.

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

Color convert

RGB 72 55 6 -
CMYK 0 0.24 0.92 0.72
HSL 44.55º 0.85% 0.15% -
HSV(B) 44.55º 0.92% 0.28% -
XYZ 4.07 4.12 0.75 -
YUV 54.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 72 55 6 0 0.24 0.92 0.72 44.55 0.85 0.15
Hex 48 37 6 0 18 5C 48 2D 55 F
Octal 110 67 6 0 30 134 110 55 125 17
Binary 1001000 110111 110 0 11000 1011100 1001000 101101 1010101 1111

Color Harmonies of #483706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483706

Black with #483706

Text Example


Text Example

White with #483706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483706; }

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

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

background-color css

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

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

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

border-color css

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

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

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