Html Css Color HEX #460D0C Seal Brown

📋 copy color: '#460D0C'

red 70 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #460D0C

Tints of Seal Brown #460D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.68%

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

R = 73.68%
G = 13.68%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#460D0C (or 0x460D0C) is known color: Seal Brown. HEX triplet: 46, 0D and 0C. RGB value is (70,13,12). Sum of RGB (Red+Green+Blue) = 70+13+12=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D0C is #B9F2F3. Grayscale: #1D1D1D. Windows color (decimal): -12186356 or 789830. OLE color: 789830.

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

Color convert

RGB 70 13 12 -
CMYK 0 0.81 0.83 0.73
HSL 1.03º 0.71% 0.16% -
HSV(B) 1.03º 0.83% 0.27% -
XYZ 2.74 1.62 0.52 -
YUV 29.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 70 13 12 0 0.81 0.83 0.73 1.03 0.71 0.16
Hex 46 D C 0 51 53 49 1 47 10
Octal 106 15 14 0 121 123 111 1 107 20
Binary 1000110 1101 1100 0 1010001 1010011 1001001 1 1000111 10000

Color Harmonies of #460D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D0C

Black with #460D0C

Text Example


Text Example

White with #460D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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