Html Css Color HEX #463C26 Madras

📋 copy color: '#463C26'

red 70 ◦ green 60 ◦ blue 38

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

Shades of Madras #463C26

Tints of Madras #463C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.62%

R = 41.67%
G = 35.71%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#463C26 (or 0x463C26) is known color: Madras. HEX triplet: 46, 3C and 26. RGB value is (70,60,38). Sum of RGB (Red+Green+Blue) = 70+60+38=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #463C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C26 is #B9C3D9. Grayscale: #3C3C3C. Windows color (decimal): -12174298 or 2505798. OLE color: 2505798.

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

Color convert

RGB 70 60 38 -
CMYK 0 0.14 0.46 0.73
HSL 41.25º 0.3% 0.21% -
HSV(B) 41.25º 0.46% 0.27% -
XYZ 4.49 4.67 2.5 -
YUV 60.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 70 60 38 0 0.14 0.46 0.73 41.25 0.3 0.21
Hex 46 3C 26 0 E 2E 49 29 1E 15
Octal 106 74 46 0 16 56 111 51 36 25
Binary 1000110 111100 100110 0 1110 101110 1001001 101001 11110 10101

Color Harmonies of #463C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C26

Black with #463C26

Text Example


Text Example

White with #463C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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