Html Css Color HEX #3F1716 Seal Brown

📋 copy color: '#3F1716'

red 63 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #3F1716

Tints of Seal Brown #3F1716

RGB

 RED value IS 63 (25% from 255) = 58.33%

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

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

R = 58.33%
G = 21.3%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#3F1716 (or 0x3F1716) is known color: Seal Brown. HEX triplet: 3F, 17 and 16. RGB value is (63,23,22). Sum of RGB (Red+Green+Blue) = 63+23+22=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1716 is #C0E8E9. Grayscale: #222222. Windows color (decimal): -12642538 or 1447743. OLE color: 1447743.

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

Color convert

RGB 63 23 22 -
CMYK 0 0.63 0.65 0.75
HSL 1.46º 0.48% 0.17% -
HSV(B) 1.46º 0.65% 0.25% -
XYZ 2.5 1.73 0.96 -
YUV 34.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 63 23 22 0 0.63 0.65 0.75 1.46 0.48 0.17
Hex 3F 17 16 0 3F 41 4B 1 30 11
Octal 77 27 26 0 77 101 113 1 60 21
Binary 111111 10111 10110 0 111111 1000001 1001011 1 110000 10001

Color Harmonies of #3F1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1716

Black with #3F1716

Text Example


Text Example

White with #3F1716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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