Html Css Color HEX #463B0A Madras

📋 copy color: '#463B0A'

red 70 ◦ green 59 ◦ blue 10

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

Shades of Madras #463B0A

Tints of Madras #463B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 42.45%

 BLUE value IS 10 (4.3% from 255) = 7.19%

R = 50.36%
G = 42.45%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#463B0A (or 0x463B0A) is known color: Madras. HEX triplet: 46, 3B and 0A. RGB value is (70,59,10). Sum of RGB (Red+Green+Blue) = 70+59+10=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #463B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B0A is #B9C4F5. Grayscale: #383838. Windows color (decimal): -12174582 or 670534. OLE color: 670534.

HSL color Cylindrical-coordinate representation of color #463B0A: hue angle of 49º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #463B0A is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 10 -
CMYK 0 0.16 0.86 0.73
HSL 49º 0.75% 0.16% -
HSV(B) 49º 0.86% 0.27% -
XYZ 4.14 4.45 0.93 -
YUV 56.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 70 59 10 0 0.16 0.86 0.73 49 0.75 0.16
Hex 46 3B A 0 10 56 49 31 4B 10
Octal 106 73 12 0 20 126 111 61 113 20
Binary 1000110 111011 1010 0 10000 1010110 1001001 110001 1001011 10000

Color Harmonies of #463B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B0A

Black with #463B0A

Text Example


Text Example

White with #463B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,10); }

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

background-color css

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

 a { background-color: rgb(70,59,10); }

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

border-color css

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

 span { border-color: rgb(70,59,10); }

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