Html Css Color HEX #46100A Seal Brown

📋 copy color: '#46100A'

red 70 ◦ green 16 ◦ blue 10

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

Shades of Seal Brown #46100A

Tints of Seal Brown #46100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.42%

R = 72.92%
G = 16.67%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#46100A (or 0x46100A) is known color: Seal Brown. HEX triplet: 46, 10 and 0A. RGB value is (70,16,10). Sum of RGB (Red+Green+Blue) = 70+16+10=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #46100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46100A is #B9EFF5. Grayscale: #1F1F1F. Windows color (decimal): -12185590 or 659526. OLE color: 659526.

HSL color Cylindrical-coordinate representation of color #46100A: hue angle of 6º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46100A is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 16 10 -
CMYK 0 0.77 0.86 0.73
HSL 0.75% 0.16% -
HSV(B) 0.86% 0.27% -
XYZ 2.77 1.69 0.47 -
YUV 31.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 70 16 10 0 0.77 0.86 0.73 6 0.75 0.16
Hex 46 10 A 0 4D 56 49 6 4B 10
Octal 106 20 12 0 115 126 111 6 113 20
Binary 1000110 10000 1010 0 1001101 1010110 1001001 110 1001011 10000

Color Harmonies of #46100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46100A

Black with #46100A

Text Example


Text Example

White with #46100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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