Html Css Color HEX #463C22 Madras

📋 copy color: '#463C22'

red 70 ◦ green 60 ◦ blue 34

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

Shades of Madras #463C22

Tints of Madras #463C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.73%

R = 42.68%
G = 36.59%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#463C22 (or 0x463C22) is known color: Madras. HEX triplet: 46, 3C and 22. RGB value is (70,60,34). Sum of RGB (Red+Green+Blue) = 70+60+34=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C22 is #B9C3DD. Grayscale: #3C3C3C. Windows color (decimal): -12174302 or 2243654. OLE color: 2243654.

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

Color convert

RGB 70 60 34 -
CMYK 0 0.14 0.51 0.73
HSL 43.33º 0.35% 0.2% -
HSV(B) 43.33º 0.51% 0.27% -
XYZ 4.43 4.65 2.18 -
YUV 60.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 70 60 34 0 0.14 0.51 0.73 43.33 0.35 0.2
Hex 46 3C 22 0 E 33 49 2B 23 14
Octal 106 74 42 0 16 63 111 53 43 24
Binary 1000110 111100 100010 0 1110 110011 1001001 101011 100011 10100

Color Harmonies of #463C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C22

Black with #463C22

Text Example


Text Example

White with #463C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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