Html Css Color HEX #3E1716 Seal Brown

📋 copy color: '#3E1716'

red 62 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #3E1716

Tints of Seal Brown #3E1716

RGB

 RED value IS 62 (24.61% from 255) = 57.94%

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

 BLUE value IS 22 (8.98% from 255) = 20.56%

R = 57.94%
G = 21.5%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3E1716 (or 0x3E1716) is known color: Seal Brown. HEX triplet: 3E, 17 and 16. RGB value is (62,23,22). Sum of RGB (Red+Green+Blue) = 62+23+22=107 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.94% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1716 is #C1E8E9. Grayscale: #222222. Windows color (decimal): -12708074 or 1447742. OLE color: 1447742.

HSL color Cylindrical-coordinate representation of color #3E1716: hue angle of 1.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1716 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 23 22 -
CMYK 0 0.63 0.65 0.76
HSL 1.5º 0.48% 0.16% -
HSV(B) 1.5º 0.65% 0.24% -
XYZ 2.44 1.69 0.96 -
YUV 34.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 62 23 22 0 0.63 0.65 0.76 1.5 0.48 0.16
Hex 3E 17 16 0 3F 41 4C 2 30 10
Octal 76 27 26 0 77 101 114 2 60 20
Binary 111110 10111 10110 0 111111 1000001 1001100 10 110000 10000

Color Harmonies of #3E1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1716

Black with #3E1716

Text Example


Text Example

White with #3E1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E1716; }

 p { color: rgb(62,23,22); }

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

background-color css

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

 a { background-color: rgb(62,23,22); }

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

border-color css

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

 span { border-color: rgb(62,23,22); }

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