Html Css Color HEX #463C1F Madras

📋 copy color: '#463C1F'

red 70 ◦ green 60 ◦ blue 31

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

Shades of Madras #463C1F

Tints of Madras #463C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 43.48%
G = 37.27%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#463C1F (or 0x463C1F) is known color: Madras. HEX triplet: 46, 3C and 1F. RGB value is (70,60,31). Sum of RGB (Red+Green+Blue) = 70+60+31=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C1F is #B9C3E0. Grayscale: #3B3B3B. Windows color (decimal): -12174305 or 2047046. OLE color: 2047046.

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

Color convert

RGB 70 60 31 -
CMYK 0 0.14 0.56 0.73
HSL 44.62º 0.39% 0.2% -
HSV(B) 44.62º 0.56% 0.27% -
XYZ 4.39 4.63 1.96 -
YUV 59.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 70 60 31 0 0.14 0.56 0.73 44.62 0.39 0.2
Hex 46 3C 1F 0 E 38 49 2D 27 14
Octal 106 74 37 0 16 70 111 55 47 24
Binary 1000110 111100 11111 0 1110 111000 1001001 101101 100111 10100

Color Harmonies of #463C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C1F

Black with #463C1F

Text Example


Text Example

White with #463C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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