Html Css Color HEX #463702 Madras

📋 copy color: '#463702'

red 70 ◦ green 55 ◦ blue 2

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

Shades of Madras #463702

Tints of Madras #463702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.31%

 BLUE value IS 2 (1.17% from 255) = 1.57%

R = 55.12%
G = 43.31%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#463702 (or 0x463702) is known color: Madras. HEX triplet: 46, 37 and 02. RGB value is (70,55,2). Sum of RGB (Red+Green+Blue) = 70+55+2=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #463702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463702 is #B9C8FD. Grayscale: #353535. Windows color (decimal): -12175614 or 145222. OLE color: 145222.

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

Color convert

RGB 70 55 2 -
CMYK 0 0.21 0.97 0.73
HSL 46.76º 0.94% 0.14% -
HSV(B) 46.76º 0.97% 0.27% -
XYZ 3.9 4.04 0.63 -
YUV 53.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 70 55 2 0 0.21 0.97 0.73 46.76 0.94 0.14
Hex 46 37 2 0 15 61 49 2F 5E E
Octal 106 67 2 0 25 141 111 57 136 16
Binary 1000110 110111 10 0 10101 1100001 1001001 101111 1011110 1110

Color Harmonies of #463702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463702

Black with #463702

Text Example


Text Example

White with #463702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463702; }

 p { color: rgb(70,55,2); }

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

background-color css

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

 a { background-color: rgb(70,55,2); }

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

border-color css

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

 span { border-color: rgb(70,55,2); }

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