Html Css Color HEX #463D02 Madras

📋 copy color: '#463D02'

red 70 ◦ green 61 ◦ blue 2

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

Shades of Madras #463D02

Tints of Madras #463D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.86%

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

R = 52.63%
G = 45.86%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#463D02 (or 0x463D02) is known color: Madras. HEX triplet: 46, 3D and 02. RGB value is (70,61,2). Sum of RGB (Red+Green+Blue) = 70+61+2=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #463D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D02 is #B9C2FD. Grayscale: #393939. Windows color (decimal): -12174078 or 146758. OLE color: 146758.

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

Color convert

RGB 70 61 2 -
CMYK 0 0.13 0.97 0.73
HSL 52.06º 0.94% 0.14% -
HSV(B) 52.06º 0.97% 0.27% -
XYZ 4.21 4.64 0.73 -
YUV 56.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 70 61 2 0 0.13 0.97 0.73 52.06 0.94 0.14
Hex 46 3D 2 0 D 61 49 34 5E E
Octal 106 75 2 0 15 141 111 64 136 16
Binary 1000110 111101 10 0 1101 1100001 1001001 110100 1011110 1110

Color Harmonies of #463D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D02

Black with #463D02

Text Example


Text Example

White with #463D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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