Html Css Color HEX #460E02 Seal Brown

📋 copy color: '#460E02'

red 70 ◦ green 14 ◦ blue 2

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

Shades of Seal Brown #460E02

Tints of Seal Brown #460E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.33%

R = 81.4%
G = 16.28%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#460E02 (or 0x460E02) is known color: Seal Brown. HEX triplet: 46, 0E and 02. RGB value is (70,14,2). Sum of RGB (Red+Green+Blue) = 70+14+2=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E02 is #B9F1FD. Grayscale: #1D1D1D. Windows color (decimal): -12186110 or 134726. OLE color: 134726.

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

Color convert

RGB 70 14 2 -
CMYK 0 0.80 0.97 0.73
HSL 10.59º 0.94% 0.14% -
HSV(B) 10.59º 0.97% 0.27% -
XYZ 2.69 1.62 0.23 -
YUV 29.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 70 14 2 0 0.80 0.97 0.73 10.59 0.94 0.14
Hex 46 E 2 0 50 61 49 B 5E E
Octal 106 16 2 0 120 141 111 13 136 16
Binary 1000110 1110 10 0 1010000 1100001 1001001 1011 1011110 1110

Color Harmonies of #460E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E02

Black with #460E02

Text Example


Text Example

White with #460E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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