Html Css Color HEX #463D15 Madras

📋 copy color: '#463D15'

red 70 ◦ green 61 ◦ blue 21

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

Shades of Madras #463D15

Tints of Madras #463D15

RGB

 RED value IS 70 (27.73% from 255) = 46.05%

 GREEN value IS 61 (24.22% from 255) = 40.13%

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 46.05%
G = 40.13%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#463D15 (or 0x463D15) is known color: Madras. HEX triplet: 46, 3D and 15. RGB value is (70,61,21). Sum of RGB (Red+Green+Blue) = 70+61+21=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D15 is #B9C2EA. Grayscale: #3B3B3B. Windows color (decimal): -12174059 or 1391942. OLE color: 1391942.

HSL color Cylindrical-coordinate representation of color #463D15: hue angle of 48.98º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463D15 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 61 21 -
CMYK 0 0.13 0.70 0.73
HSL 48.98º 0.54% 0.18% -
HSV(B) 48.98º 0.7% 0.27% -
XYZ 4.33 4.69 1.39 -
YUV 59.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 70 61 21 0 0.13 0.70 0.73 48.98 0.54 0.18
Hex 46 3D 15 0 D 46 49 31 36 12
Octal 106 75 25 0 15 106 111 61 66 22
Binary 1000110 111101 10101 0 1101 1000110 1001001 110001 110110 10010

Color Harmonies of #463D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D15

Black with #463D15

Text Example


Text Example

White with #463D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463D15; }

 p { color: rgb(70,61,21); }

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

background-color css

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

 a { background-color: rgb(70,61,21); }

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

border-color css

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

 span { border-color: rgb(70,61,21); }

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