Html Css Color HEX #463D22 Madras

📋 copy color: '#463D22'

red 70 ◦ green 61 ◦ blue 34

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

Shades of Madras #463D22

Tints of Madras #463D22

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

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

R = 42.42%
G = 36.97%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#463D22 (or 0x463D22) is known color: Madras. HEX triplet: 46, 3D and 22. RGB value is (70,61,34). Sum of RGB (Red+Green+Blue) = 70+61+34=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #463D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D22 is #B9C2DD. Grayscale: #3C3C3C. Windows color (decimal): -12174046 or 2243910. OLE color: 2243910.

HSL color Cylindrical-coordinate representation of color #463D22: hue angle of 45º 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 #463D22 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 61 34 -
CMYK 0 0.13 0.51 0.73
HSL 45º 0.35% 0.2% -
HSV(B) 45º 0.51% 0.27% -
XYZ 4.48 4.76 2.19 -
YUV 60.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 70 61 34 0 0.13 0.51 0.73 45 0.35 0.2
Hex 46 3D 22 0 D 33 49 2D 23 14
Octal 106 75 42 0 15 63 111 55 43 24
Binary 1000110 111101 100010 0 1101 110011 1001001 101101 100011 10100

Color Harmonies of #463D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D22

Black with #463D22

Text Example


Text Example

White with #463D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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