Html Css Color HEX #463B0B Madras

📋 copy color: '#463B0B'

red 70 ◦ green 59 ◦ blue 11

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

Shades of Madras #463B0B

Tints of Madras #463B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 50%
G = 42.14%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#463B0B (or 0x463B0B) is known color: Madras. HEX triplet: 46, 3B and 0B. RGB value is (70,59,11). Sum of RGB (Red+Green+Blue) = 70+59+11=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #463B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B0B is #B9C4F4. Grayscale: #393939. Windows color (decimal): -12174581 or 736070. OLE color: 736070.

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

Color convert

RGB 70 59 11 -
CMYK 0 0.16 0.84 0.73
HSL 48.81º 0.73% 0.16% -
HSV(B) 48.81º 0.84% 0.27% -
XYZ 4.15 4.45 0.96 -
YUV 56.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 70 59 11 0 0.16 0.84 0.73 48.81 0.73 0.16
Hex 46 3B B 0 10 54 49 31 49 10
Octal 106 73 13 0 20 124 111 61 111 20
Binary 1000110 111011 1011 0 10000 1010100 1001001 110001 1001001 10000

Color Harmonies of #463B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B0B

Black with #463B0B

Text Example


Text Example

White with #463B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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