Html Css Color HEX #460E0D Seal Brown

📋 copy color: '#460E0D'

red 70 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #460E0D

Tints of Seal Brown #460E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.43%

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 72.16%
G = 14.43%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#460E0D (or 0x460E0D) is known color: Seal Brown. HEX triplet: 46, 0E and 0D. RGB value is (70,14,13). Sum of RGB (Red+Green+Blue) = 70+14+13=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E0D is #B9F1F2. Grayscale: #1E1E1E. Windows color (decimal): -12186099 or 855622. OLE color: 855622.

HSL color Cylindrical-coordinate representation of color #460E0D: hue angle of 1.05º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460E0D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 14 13 -
CMYK 0 0.80 0.81 0.73
HSL 1.05º 0.69% 0.16% -
HSV(B) 1.05º 0.81% 0.27% -
XYZ 2.76 1.65 0.55 -
YUV 30.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 70 14 13 0 0.80 0.81 0.73 1.05 0.69 0.16
Hex 46 E D 0 50 51 49 1 45 10
Octal 106 16 15 0 120 121 111 1 105 20
Binary 1000110 1110 1101 0 1010000 1010001 1001001 1 1000101 10000

Color Harmonies of #460E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E0D

Black with #460E0D

Text Example


Text Example

White with #460E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460E0D; }

 p { color: rgb(70,14,13); }

 H1.HeaderClassName
 {
   color: #460E0D;
 }
 .AnyTagClassName
 {
   color: #460E0D;
 }
</style>

background-color css

<style>
 a { background-color: #460E0D; }

 a { background-color: rgb(70,14,13); }

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

border-color css

<style>
 span { border-color: #460E0D; }

 span { border-color: rgb(70,14,13); }

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