Html Css Color HEX #46100C Seal Brown

📋 copy color: '#46100C'

red 70 ◦ green 16 ◦ blue 12

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

Shades of Seal Brown #46100C

Tints of Seal Brown #46100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.33%

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

R = 71.43%
G = 16.33%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#46100C (or 0x46100C) is known color: Seal Brown. HEX triplet: 46, 10 and 0C. RGB value is (70,16,12). Sum of RGB (Red+Green+Blue) = 70+16+12=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #46100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46100C is #B9EFF3. Grayscale: #1F1F1F. Windows color (decimal): -12185588 or 790598. OLE color: 790598.

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

Color convert

RGB 70 16 12 -
CMYK 0 0.77 0.83 0.73
HSL 4.14º 0.71% 0.16% -
HSV(B) 4.14º 0.83% 0.27% -
XYZ 2.78 1.7 0.53 -
YUV 31.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 70 16 12 0 0.77 0.83 0.73 4.14 0.71 0.16
Hex 46 10 C 0 4D 53 49 4 47 10
Octal 106 20 14 0 115 123 111 4 107 20
Binary 1000110 10000 1100 0 1001101 1010011 1001001 100 1000111 10000

Color Harmonies of #46100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46100C

Black with #46100C

Text Example


Text Example

White with #46100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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