Html Css Color HEX #46380C Madras

📋 copy color: '#46380C'

red 70 ◦ green 56 ◦ blue 12

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

Shades of Madras #46380C

Tints of Madras #46380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 50.72%
G = 40.58%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46380C (or 0x46380C) is known color: Madras. HEX triplet: 46, 38 and 0C. RGB value is (70,56,12). Sum of RGB (Red+Green+Blue) = 70+56+12=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46380C is #B9C7F3. Grayscale: #373737. Windows color (decimal): -12175348 or 800838. OLE color: 800838.

HSL color Cylindrical-coordinate representation of color #46380C: hue angle of 45.52º 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 #46380C is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 56 12 -
CMYK 0 0.20 0.83 0.73
HSL 45.52º 0.71% 0.16% -
HSV(B) 45.52º 0.83% 0.27% -
XYZ 4.01 4.16 0.94 -
YUV 55.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 70 56 12 0 0.20 0.83 0.73 45.52 0.71 0.16
Hex 46 38 C 0 14 53 49 2E 47 10
Octal 106 70 14 0 24 123 111 56 107 20
Binary 1000110 111000 1100 0 10100 1010011 1001001 101110 1000111 10000

Color Harmonies of #46380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46380C

Black with #46380C

Text Example


Text Example

White with #46380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46380C; }

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

 H1.HeaderClassName
 {
   color: #46380C;
 }
 .AnyTagClassName
 {
   color: #46380C;
 }
</style>

background-color css

<style>
 a { background-color: #46380C; }

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

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

border-color css

<style>
 span { border-color: #46380C; }

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

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