Html Css Color HEX #463600 Madras

📋 copy color: '#463600'

red 70 ◦ green 54 ◦ blue 0

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

Shades of Madras #463600

Tints of Madras #463600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.45%
G = 43.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#463600 (or 0x463600) is known color: Madras. HEX triplet: 46, 36 and 00. RGB value is (70,54,0). Sum of RGB (Red+Green+Blue) = 70+54+0=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #463600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463600 is #B9C9FF. Grayscale: #343434. Windows color (decimal): -12175872 or 13894. OLE color: 13894.

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

Color convert

RGB 70 54 0 -
CMYK 0 0.23 1 0.73
HSL 46.29º 1% 0.14% -
HSV(B) 46.29º 1% 0.27% -
XYZ 3.84 3.94 0.56 -
YUV 52.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 70 54 0 0 0.23 1 0.73 46.29 1 0.14
Hex 46 36 0 0 17 64 49 2E 64 E
Octal 106 66 0 0 27 144 111 56 144 16
Binary 1000110 110110 0 0 10111 1100100 1001001 101110 1100100 1110

Color Harmonies of #463600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463600

Black with #463600

Text Example


Text Example

White with #463600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463600; }

 p { color: rgb(70,54,0); }

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

background-color css

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

 a { background-color: rgb(70,54,0); }

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

border-color css

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

 span { border-color: rgb(70,54,0); }

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