Html Css Color HEX #463A05 Madras

📋 copy color: '#463A05'

red 70 ◦ green 58 ◦ blue 5

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

Shades of Madras #463A05

Tints of Madras #463A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 43.61%

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 52.63%
G = 43.61%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#463A05 (or 0x463A05) is known color: Madras. HEX triplet: 46, 3A and 05. RGB value is (70,58,5). Sum of RGB (Red+Green+Blue) = 70+58+5=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #463A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A05 is #B9C5FA. Grayscale: #373737. Windows color (decimal): -12174843 or 342598. OLE color: 342598.

HSL color Cylindrical-coordinate representation of color #463A05: hue angle of 48.92º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #463A05 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 58 5 -
CMYK 0 0.17 0.93 0.73
HSL 48.92º 0.87% 0.15% -
HSV(B) 48.92º 0.93% 0.27% -
XYZ 4.07 4.34 0.77 -
YUV 55.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 70 58 5 0 0.17 0.93 0.73 48.92 0.87 0.15
Hex 46 3A 5 0 11 5D 49 31 57 F
Octal 106 72 5 0 21 135 111 61 127 17
Binary 1000110 111010 101 0 10001 1011101 1001001 110001 1010111 1111

Color Harmonies of #463A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A05

Black with #463A05

Text Example


Text Example

White with #463A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,58,5); }

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

background-color css

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

 a { background-color: rgb(70,58,5); }

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

border-color css

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

 span { border-color: rgb(70,58,5); }

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