Html Css Color HEX #483704 Madras

📋 copy color: '#483704'

red 72 ◦ green 55 ◦ blue 4

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

Shades of Madras #483704

Tints of Madras #483704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 54.96%
G = 41.98%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#483704 (or 0x483704) is known color: Madras. HEX triplet: 48, 37 and 04. RGB value is (72,55,4). Sum of RGB (Red+Green+Blue) = 72+55+4=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483704 is #B7C8FB. Grayscale: #363636. Windows color (decimal): -12044540 or 276296. OLE color: 276296.

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

Color convert

RGB 72 55 4 -
CMYK 0 0.24 0.94 0.72
HSL 45º 0.89% 0.15% -
HSV(B) 45º 0.94% 0.28% -
XYZ 4.06 4.12 0.7 -
YUV 54.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 72 55 4 0 0.24 0.94 0.72 45 0.89 0.15
Hex 48 37 4 0 18 5E 48 2D 59 F
Octal 110 67 4 0 30 136 110 55 131 17
Binary 1001000 110111 100 0 11000 1011110 1001000 101101 1011001 1111

Color Harmonies of #483704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483704

Black with #483704

Text Example


Text Example

White with #483704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483704; }

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

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

background-color css

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

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

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

border-color css

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

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

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