Html Css Color HEX #463C0F Madras

📋 copy color: '#463C0F'

red 70 ◦ green 60 ◦ blue 15

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

Shades of Madras #463C0F

Tints of Madras #463C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.38%

 BLUE value IS 15 (6.25% from 255) = 10.34%

R = 48.28%
G = 41.38%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#463C0F (or 0x463C0F) is known color: Madras. HEX triplet: 46, 3C and 0F. RGB value is (70,60,15). Sum of RGB (Red+Green+Blue) = 70+60+15=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463C0F is #B9C3F0. Grayscale: #3A3A3A. Windows color (decimal): -12174321 or 998470. OLE color: 998470.

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

Color convert

RGB 70 60 15 -
CMYK 0 0.14 0.79 0.73
HSL 49.09º 0.65% 0.17% -
HSV(B) 49.09º 0.79% 0.27% -
XYZ 4.23 4.57 1.11 -
YUV 57.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 70 60 15 0 0.14 0.79 0.73 49.09 0.65 0.17
Hex 46 3C F 0 E 4F 49 31 41 11
Octal 106 74 17 0 16 117 111 61 101 21
Binary 1000110 111100 1111 0 1110 1001111 1001001 110001 1000001 10001

Color Harmonies of #463C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C0F

Black with #463C0F

Text Example


Text Example

White with #463C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,15); }

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

background-color css

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

 a { background-color: rgb(70,60,15); }

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

border-color css

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

 span { border-color: rgb(70,60,15); }

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