Html Css Color HEX #463B04 Madras

📋 copy color: '#463B04'

red 70 ◦ green 59 ◦ blue 4

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

Shades of Madras #463B04

Tints of Madras #463B04

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.36%

 BLUE value IS 4 (1.95% from 255) = 3.01%

R = 52.63%
G = 44.36%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#463B04 (or 0x463B04) is known color: Madras. HEX triplet: 46, 3B and 04. RGB value is (70,59,4). Sum of RGB (Red+Green+Blue) = 70+59+4=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #463B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B04 is #B9C4FB. Grayscale: #383838. Windows color (decimal): -12174588 or 277318. OLE color: 277318.

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

Color convert

RGB 70 59 4 -
CMYK 0 0.16 0.94 0.73
HSL 50º 0.89% 0.15% -
HSV(B) 50º 0.94% 0.27% -
XYZ 4.11 4.44 0.75 -
YUV 56.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 70 59 4 0 0.16 0.94 0.73 50 0.89 0.15
Hex 46 3B 4 0 10 5E 49 32 59 F
Octal 106 73 4 0 20 136 111 62 131 17
Binary 1000110 111011 100 0 10000 1011110 1001001 110010 1011001 1111

Color Harmonies of #463B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B04

Black with #463B04

Text Example


Text Example

White with #463B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,4); }

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

background-color css

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

 a { background-color: rgb(70,59,4); }

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

border-color css

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

 span { border-color: rgb(70,59,4); }

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