Html Css Color HEX #461413 Seal Brown

📋 copy color: '#461413'

red 70 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #461413

Tints of Seal Brown #461413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 64.22%
G = 18.35%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#461413 (or 0x461413) is known color: Seal Brown. HEX triplet: 46, 14 and 13. RGB value is (70,20,19). Sum of RGB (Red+Green+Blue) = 70+20+19=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461413 is #B9EBEC. Grayscale: #222222. Windows color (decimal): -12184557 or 1250374. OLE color: 1250374.

HSL color Cylindrical-coordinate representation of color #461413: hue angle of 1.18º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461413 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 19 -
CMYK 0 0.71 0.73 0.73
HSL 1.18º 0.57% 0.17% -
HSV(B) 1.18º 0.73% 0.27% -
XYZ 2.89 1.85 0.82 -
YUV 34.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 70 20 19 0 0.71 0.73 0.73 1.18 0.57 0.17
Hex 46 14 13 0 47 49 49 1 39 11
Octal 106 24 23 0 107 111 111 1 71 21
Binary 1000110 10100 10011 0 1000111 1001001 1001001 1 111001 10001

Color Harmonies of #461413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461413

Black with #461413

Text Example


Text Example

White with #461413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461413; }

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

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

background-color css

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

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

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

border-color css

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

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

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