Html Css Color HEX #463D0C Madras

📋 copy color: '#463D0C'

red 70 ◦ green 61 ◦ blue 12

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

Shades of Madras #463D0C

Tints of Madras #463D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 48.95%
G = 42.66%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#463D0C (or 0x463D0C) is known color: Madras. HEX triplet: 46, 3D and 0C. RGB value is (70,61,12). Sum of RGB (Red+Green+Blue) = 70+61+12=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D0C is #B9C2F3. Grayscale: #3A3A3A. Windows color (decimal): -12174068 or 802118. OLE color: 802118.

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

Color convert

RGB 70 61 12 -
CMYK 0 0.13 0.83 0.73
HSL 50.69º 0.71% 0.16% -
HSV(B) 50.69º 0.83% 0.27% -
XYZ 4.26 4.67 1.02 -
YUV 58.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 70 61 12 0 0.13 0.83 0.73 50.69 0.71 0.16
Hex 46 3D C 0 D 53 49 33 47 10
Octal 106 75 14 0 15 123 111 63 107 20
Binary 1000110 111101 1100 0 1101 1010011 1001001 110011 1000111 10000

Color Harmonies of #463D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D0C

Black with #463D0C

Text Example


Text Example

White with #463D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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