Html Css Color HEX #461712 Seal Brown

📋 copy color: '#461712'

red 70 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #461712

Tints of Seal Brown #461712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.72%

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

R = 63.06%
G = 20.72%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#461712 (or 0x461712) is known color: Seal Brown. HEX triplet: 46, 17 and 12. RGB value is (70,23,18). Sum of RGB (Red+Green+Blue) = 70+23+18=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461712 is #B9E8ED. Grayscale: #242424. Windows color (decimal): -12183790 or 1185606. OLE color: 1185606.

HSL color Cylindrical-coordinate representation of color #461712: hue angle of 5.77º 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 #461712 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 18 -
CMYK 0 0.67 0.74 0.73
HSL 5.77º 0.59% 0.17% -
HSV(B) 5.77º 0.74% 0.27% -
XYZ 2.94 1.96 0.8 -
YUV 36.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 70 23 18 0 0.67 0.74 0.73 5.77 0.59 0.17
Hex 46 17 12 0 43 4A 49 6 3B 11
Octal 106 27 22 0 103 112 111 6 73 21
Binary 1000110 10111 10010 0 1000011 1001010 1001001 110 111011 10001

Color Harmonies of #461712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461712

Black with #461712

Text Example


Text Example

White with #461712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461712; }

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

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

background-color css

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

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

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

border-color css

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

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

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