Html Css Color HEX #483605 Madras

📋 copy color: '#483605'

red 72 ◦ green 54 ◦ blue 5

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

Shades of Madras #483605

Tints of Madras #483605

RGB

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

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

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

R = 54.96%
G = 41.22%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#483605 (or 0x483605) is known color: Madras. HEX triplet: 48, 36 and 05. RGB value is (72,54,5). Sum of RGB (Red+Green+Blue) = 72+54+5=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483605 is #B7C9FA. Grayscale: #363636. Windows color (decimal): -12044795 or 341576. OLE color: 341576.

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

Color convert

RGB 72 54 5 -
CMYK 0 0.25 0.93 0.72
HSL 43.88º 0.87% 0.15% -
HSV(B) 43.88º 0.93% 0.28% -
XYZ 4.02 4.03 0.71 -
YUV 53.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 72 54 5 0 0.25 0.93 0.72 43.88 0.87 0.15
Hex 48 36 5 0 19 5D 48 2C 57 F
Octal 110 66 5 0 31 135 110 54 127 17
Binary 1001000 110110 101 0 11001 1011101 1001000 101100 1010111 1111

Color Harmonies of #483605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483605

Black with #483605

Text Example


Text Example

White with #483605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483605; }

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

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

background-color css

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

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

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

border-color css

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

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

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