Html Css Color HEX #484310 Madras

📋 copy color: '#484310'

red 72 ◦ green 67 ◦ blue 16

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

Shades of Madras #484310

Tints of Madras #484310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.23%

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 46.45%
G = 43.23%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484310 (or 0x484310) is known color: Madras. HEX triplet: 48, 43 and 10. RGB value is (72,67,16). Sum of RGB (Red+Green+Blue) = 72+67+16=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #484310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484310 is #B7BCEF. Grayscale: #3E3E3E. Windows color (decimal): -12041456 or 1065800. OLE color: 1065800.

HSL color Cylindrical-coordinate representation of color #484310: hue angle of 54.64º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #484310 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 16 -
CMYK 0 0.07 0.78 0.72
HSL 54.64º 0.64% 0.17% -
HSV(B) 54.64º 0.78% 0.28% -
XYZ 4.77 5.43 1.29 -
YUV 62.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 72 67 16 0 0.07 0.78 0.72 54.64 0.64 0.17
Hex 48 43 10 0 7 4E 48 37 40 11
Octal 110 103 20 0 7 116 110 67 100 21
Binary 1001000 1000011 10000 0 111 1001110 1001000 110111 1000000 10001

Color Harmonies of #484310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484310

Black with #484310

Text Example


Text Example

White with #484310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484310; }

 p { color: rgb(72,67,16); }

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

background-color css

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

 a { background-color: rgb(72,67,16); }

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

border-color css

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

 span { border-color: rgb(72,67,16); }

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