Html Css Color HEX #463B0D Madras

📋 copy color: '#463B0D'

red 70 ◦ green 59 ◦ blue 13

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

Shades of Madras #463B0D

Tints of Madras #463B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 49.3%
G = 41.55%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#463B0D (or 0x463B0D) is known color: Madras. HEX triplet: 46, 3B and 0D. RGB value is (70,59,13). Sum of RGB (Red+Green+Blue) = 70+59+13=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B0D is #B9C4F2. Grayscale: #393939. Windows color (decimal): -12174579 or 867142. OLE color: 867142.

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

Color convert

RGB 70 59 13 -
CMYK 0 0.16 0.81 0.73
HSL 48.42º 0.69% 0.16% -
HSV(B) 48.42º 0.81% 0.27% -
XYZ 4.16 4.46 1.02 -
YUV 57.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 70 59 13 0 0.16 0.81 0.73 48.42 0.69 0.16
Hex 46 3B D 0 10 51 49 30 45 10
Octal 106 73 15 0 20 121 111 60 105 20
Binary 1000110 111011 1101 0 10000 1010001 1001001 110000 1000101 10000

Color Harmonies of #463B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B0D

Black with #463B0D

Text Example


Text Example

White with #463B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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