Html Css Color HEX #463F02 Madras

📋 copy color: '#463F02'

red 70 ◦ green 63 ◦ blue 2

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

Shades of Madras #463F02

Tints of Madras #463F02

RGB

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

 GREEN value IS 63 (25% from 255) = 46.67%

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

R = 51.85%
G = 46.67%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#463F02 (or 0x463F02) is known color: Madras. HEX triplet: 46, 3F and 02. RGB value is (70,63,2). Sum of RGB (Red+Green+Blue) = 70+63+2=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #463F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F02 is #B9C0FD. Grayscale: #3A3A3A. Windows color (decimal): -12173566 or 147270. OLE color: 147270.

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

Color convert

RGB 70 63 2 -
CMYK 0 0.10 0.97 0.73
HSL 53.82º 0.94% 0.14% -
HSV(B) 53.82º 0.97% 0.27% -
XYZ 4.31 4.86 0.77 -
YUV 58.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 70 63 2 0 0.10 0.97 0.73 53.82 0.94 0.14
Hex 46 3F 2 0 A 61 49 36 5E E
Octal 106 77 2 0 12 141 111 66 136 16
Binary 1000110 111111 10 0 1010 1100001 1001001 110110 1011110 1110

Color Harmonies of #463F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F02

Black with #463F02

Text Example


Text Example

White with #463F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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