Html Css Color HEX #461612 Seal Brown

📋 copy color: '#461612'

red 70 ◦ green 22 ◦ blue 18

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

Shades of Seal Brown #461612

Tints of Seal Brown #461612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 63.64%
G = 20%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#461612 (or 0x461612) is known color: Seal Brown. HEX triplet: 46, 16 and 12. RGB value is (70,22,18). Sum of RGB (Red+Green+Blue) = 70+22+18=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #461612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461612 is #B9E9ED. Grayscale: #232323. Windows color (decimal): -12184046 or 1185350. OLE color: 1185350.

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

Color convert

RGB 70 22 18 -
CMYK 0 0.69 0.74 0.73
HSL 4.62º 0.59% 0.17% -
HSV(B) 4.62º 0.74% 0.27% -
XYZ 2.92 1.92 0.79 -
YUV 35.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 70 22 18 0 0.69 0.74 0.73 4.62 0.59 0.17
Hex 46 16 12 0 45 4A 49 5 3B 11
Octal 106 26 22 0 105 112 111 5 73 21
Binary 1000110 10110 10010 0 1000101 1001010 1001001 101 111011 10001

Color Harmonies of #461612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461612

Black with #461612

Text Example


Text Example

White with #461612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461612; }

 p { color: rgb(70,22,18); }

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

background-color css

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

 a { background-color: rgb(70,22,18); }

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

border-color css

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

 span { border-color: rgb(70,22,18); }

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