Html Css Color HEX #483705 Madras

📋 copy color: '#483705'

red 72 ◦ green 55 ◦ blue 5

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

Shades of Madras #483705

Tints of Madras #483705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.79%

R = 54.55%
G = 41.67%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#483705 (or 0x483705) is known color: Madras. HEX triplet: 48, 37 and 05. RGB value is (72,55,5). Sum of RGB (Red+Green+Blue) = 72+55+5=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483705 is #B7C8FA. Grayscale: #363636. Windows color (decimal): -12044539 or 341832. OLE color: 341832.

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

Color convert

RGB 72 55 5 -
CMYK 0 0.24 0.93 0.72
HSL 44.78º 0.87% 0.15% -
HSV(B) 44.78º 0.93% 0.28% -
XYZ 4.07 4.12 0.72 -
YUV 54.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 72 55 5 0 0.24 0.93 0.72 44.78 0.87 0.15
Hex 48 37 5 0 18 5D 48 2D 57 F
Octal 110 67 5 0 30 135 110 55 127 17
Binary 1001000 110111 101 0 11000 1011101 1001000 101101 1010111 1111

Color Harmonies of #483705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483705

Black with #483705

Text Example


Text Example

White with #483705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483705; }

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

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

background-color css

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

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

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

border-color css

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

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

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