Html Css Color HEX #3F1914 Seal Brown

📋 copy color: '#3F1914'

red 63 ◦ green 25 ◦ blue 20

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

Shades of Seal Brown #3F1914

Tints of Seal Brown #3F1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 58.33%
G = 23.15%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#3F1914 (or 0x3F1914) is known color: Seal Brown. HEX triplet: 3F, 19 and 14. RGB value is (63,25,20). Sum of RGB (Red+Green+Blue) = 63+25+20=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1914 is #C0E6EB. Grayscale: #232323. Windows color (decimal): -12642028 or 1317183. OLE color: 1317183.

HSL color Cylindrical-coordinate representation of color #3F1914: hue angle of 6.98º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F1914 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 25 20 -
CMYK 0 0.60 0.68 0.75
HSL 6.98º 0.52% 0.16% -
HSV(B) 6.98º 0.68% 0.25% -
XYZ 2.52 1.8 0.88 -
YUV 35.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 63 25 20 0 0.60 0.68 0.75 6.98 0.52 0.16
Hex 3F 19 14 0 3C 44 4B 7 34 10
Octal 77 31 24 0 74 104 113 7 64 20
Binary 111111 11001 10100 0 111100 1000100 1001011 111 110100 10000

Color Harmonies of #3F1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1914

Black with #3F1914

Text Example


Text Example

White with #3F1914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,20); }

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

background-color css

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

 a { background-color: rgb(63,25,20); }

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

border-color css

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

 span { border-color: rgb(63,25,20); }

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