Html Css Color HEX #460E0C Seal Brown

📋 copy color: '#460E0C'

red 70 ◦ green 14 ◦ blue 12

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

Shades of Seal Brown #460E0C

Tints of Seal Brown #460E0C

RGB

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

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

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

R = 72.92%
G = 14.58%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#460E0C (or 0x460E0C) is known color: Seal Brown. HEX triplet: 46, 0E and 0C. RGB value is (70,14,12). Sum of RGB (Red+Green+Blue) = 70+14+12=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E0C is #B9F1F3. Grayscale: #1E1E1E. Windows color (decimal): -12186100 or 790086. OLE color: 790086.

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

Color convert

RGB 70 14 12 -
CMYK 0 0.80 0.83 0.73
HSL 2.07º 0.71% 0.16% -
HSV(B) 2.07º 0.83% 0.27% -
XYZ 2.75 1.64 0.52 -
YUV 30.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 70 14 12 0 0.80 0.83 0.73 2.07 0.71 0.16
Hex 46 E C 0 50 53 49 2 47 10
Octal 106 16 14 0 120 123 111 2 107 20
Binary 1000110 1110 1100 0 1010000 1010011 1001001 10 1000111 10000

Color Harmonies of #460E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E0C

Black with #460E0C

Text Example


Text Example

White with #460E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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