Html Css Color HEX #484108 Madras

📋 copy color: '#484108'

red 72 ◦ green 65 ◦ blue 8

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

Shades of Madras #484108

Tints of Madras #484108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 49.66%
G = 44.83%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#484108 (or 0x484108) is known color: Madras. HEX triplet: 48, 41 and 08. RGB value is (72,65,8). Sum of RGB (Red+Green+Blue) = 72+65+8=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484108 is #B7BEF7. Grayscale: #3C3C3C. Windows color (decimal): -12041976 or 541000. OLE color: 541000.

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

Color convert

RGB 72 65 8 -
CMYK 0 0.10 0.89 0.72
HSL 53.44º 0.8% 0.16% -
HSV(B) 53.44º 0.89% 0.28% -
XYZ 4.61 5.18 0.99 -
YUV 60.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 72 65 8 0 0.10 0.89 0.72 53.44 0.8 0.16
Hex 48 41 8 0 A 59 48 35 50 10
Octal 110 101 10 0 12 131 110 65 120 20
Binary 1001000 1000001 1000 0 1010 1011001 1001000 110101 1010000 10000

Color Harmonies of #484108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484108

Black with #484108

Text Example


Text Example

White with #484108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484108; }

 p { color: rgb(72,65,8); }

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

background-color css

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

 a { background-color: rgb(72,65,8); }

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

border-color css

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

 span { border-color: rgb(72,65,8); }

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