Html Css Color HEX #463D21 Madras

📋 copy color: '#463D21'

red 70 ◦ green 61 ◦ blue 33

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

Shades of Madras #463D21

Tints of Madras #463D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 42.68%
G = 37.2%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#463D21 (or 0x463D21) is known color: Madras. HEX triplet: 46, 3D and 21. RGB value is (70,61,33). Sum of RGB (Red+Green+Blue) = 70+61+33=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D21 is #B9C2DE. Grayscale: #3C3C3C. Windows color (decimal): -12174047 or 2178374. OLE color: 2178374.

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

Color convert

RGB 70 61 33 -
CMYK 0 0.13 0.53 0.73
HSL 45.41º 0.36% 0.2% -
HSV(B) 45.41º 0.53% 0.27% -
XYZ 4.47 4.75 2.12 -
YUV 60.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 70 61 33 0 0.13 0.53 0.73 45.41 0.36 0.2
Hex 46 3D 21 0 D 35 49 2D 24 14
Octal 106 75 41 0 15 65 111 55 44 24
Binary 1000110 111101 100001 0 1101 110101 1001001 101101 100100 10100

Color Harmonies of #463D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D21

Black with #463D21

Text Example


Text Example

White with #463D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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