Html Css Color HEX #463902 Madras

📋 copy color: '#463902'

red 70 ◦ green 57 ◦ blue 2

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

Shades of Madras #463902

Tints of Madras #463902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.19%

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

R = 54.26%
G = 44.19%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#463902 (or 0x463902) is known color: Madras. HEX triplet: 46, 39 and 02. RGB value is (70,57,2). Sum of RGB (Red+Green+Blue) = 70+57+2=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #463902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463902 is #B9C6FD. Grayscale: #363636. Windows color (decimal): -12175102 or 145734. OLE color: 145734.

HSL color Cylindrical-coordinate representation of color #463902: hue angle of 48.53º 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 #463902 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 57 2 -
CMYK 0 0.19 0.97 0.73
HSL 48.53º 0.94% 0.14% -
HSV(B) 48.53º 0.97% 0.27% -
XYZ 4 4.23 0.66 -
YUV 54.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 70 57 2 0 0.19 0.97 0.73 48.53 0.94 0.14
Hex 46 39 2 0 13 61 49 31 5E E
Octal 106 71 2 0 23 141 111 61 136 16
Binary 1000110 111001 10 0 10011 1100001 1001001 110001 1011110 1110

Color Harmonies of #463902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463902

Black with #463902

Text Example


Text Example

White with #463902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463902; }

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

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

background-color css

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

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

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

border-color css

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

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

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