Html Css Color HEX #461307 Seal Brown

📋 copy color: '#461307'

red 70 ◦ green 19 ◦ blue 7

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

Shades of Seal Brown #461307

Tints of Seal Brown #461307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.79%

 BLUE value IS 7 (3.13% from 255) = 7.29%

R = 72.92%
G = 19.79%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#461307 (or 0x461307) is known color: Seal Brown. HEX triplet: 46, 13 and 07. RGB value is (70,19,7). Sum of RGB (Red+Green+Blue) = 70+19+7=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #461307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461307 is #B9ECF8. Grayscale: #202020. Windows color (decimal): -12184825 or 463686. OLE color: 463686.

HSL color Cylindrical-coordinate representation of color #461307: hue angle of 11.43º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #461307 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 19 7 -
CMYK 0 0.73 0.90 0.73
HSL 11.43º 0.82% 0.15% -
HSV(B) 11.43º 0.9% 0.27% -
XYZ 2.8 1.78 0.4 -
YUV 32.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 70 19 7 0 0.73 0.90 0.73 11.43 0.82 0.15
Hex 46 13 7 0 49 5A 49 B 52 F
Octal 106 23 7 0 111 132 111 13 122 17
Binary 1000110 10011 111 0 1001001 1011010 1001001 1011 1010010 1111

Color Harmonies of #461307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461307

Black with #461307

Text Example


Text Example

White with #461307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461307; }

 p { color: rgb(70,19,7); }

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

background-color css

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

 a { background-color: rgb(70,19,7); }

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

border-color css

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

 span { border-color: rgb(70,19,7); }

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