Html Css Color HEX #463A06 Madras

📋 copy color: '#463A06'

red 70 ◦ green 58 ◦ blue 6

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

Shades of Madras #463A06

Tints of Madras #463A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.48%

R = 52.24%
G = 43.28%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#463A06 (or 0x463A06) is known color: Madras. HEX triplet: 46, 3A and 06. RGB value is (70,58,6). Sum of RGB (Red+Green+Blue) = 70+58+6=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A06 is #B9C5F9. Grayscale: #373737. Windows color (decimal): -12174842 or 408134. OLE color: 408134.

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

Color convert

RGB 70 58 6 -
CMYK 0 0.17 0.91 0.73
HSL 48.75º 0.84% 0.15% -
HSV(B) 48.75º 0.91% 0.27% -
XYZ 4.07 4.34 0.8 -
YUV 55.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 70 58 6 0 0.17 0.91 0.73 48.75 0.84 0.15
Hex 46 3A 6 0 11 5B 49 31 54 F
Octal 106 72 6 0 21 133 111 61 124 17
Binary 1000110 111010 110 0 10001 1011011 1001001 110001 1010100 1111

Color Harmonies of #463A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A06

Black with #463A06

Text Example


Text Example

White with #463A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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