Html Css Color HEX #463A0D Madras

📋 copy color: '#463A0D'

red 70 ◦ green 58 ◦ blue 13

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

Shades of Madras #463A0D

Tints of Madras #463A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 49.65%
G = 41.13%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#463A0D (or 0x463A0D) is known color: Madras. HEX triplet: 46, 3A and 0D. RGB value is (70,58,13). Sum of RGB (Red+Green+Blue) = 70+58+13=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #463A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A0D is #B9C5F2. Grayscale: #383838. Windows color (decimal): -12174835 or 866886. OLE color: 866886.

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

Color convert

RGB 70 58 13 -
CMYK 0 0.17 0.81 0.73
HSL 47.37º 0.69% 0.16% -
HSV(B) 47.37º 0.81% 0.27% -
XYZ 4.11 4.36 1.01 -
YUV 56.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 70 58 13 0 0.17 0.81 0.73 47.37 0.69 0.16
Hex 46 3A D 0 11 51 49 2F 45 10
Octal 106 72 15 0 21 121 111 57 105 20
Binary 1000110 111010 1101 0 10001 1010001 1001001 101111 1000101 10000

Color Harmonies of #463A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A0D

Black with #463A0D

Text Example


Text Example

White with #463A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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