Html Css Color HEX #3F140D Seal Brown

📋 copy color: '#3F140D'

red 63 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #3F140D

Tints of Seal Brown #3F140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.83%

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 65.63%
G = 20.83%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F140D (or 0x3F140D) is known color: Seal Brown. HEX triplet: 3F, 14 and 0D. RGB value is (63,20,13). Sum of RGB (Red+Green+Blue) = 63+20+13=96 (12% of max value = 765). Red value is 63 (25% from 255 or 65.62% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 63 - color contains mainly: red. Hex color #3F140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F140D is #C0EBF2. Grayscale: #202020. Windows color (decimal): -12643315 or 857151. OLE color: 857151.

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

Color convert

RGB 63 20 13 -
CMYK 0 0.68 0.79 0.75
HSL 8.4º 0.66% 0.15% -
HSV(B) 8.4º 0.79% 0.25% -
XYZ 2.37 1.59 0.56 -
YUV 32.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 63 20 13 0 0.68 0.79 0.75 8.4 0.66 0.15
Hex 3F 14 D 0 44 4F 4B 8 42 F
Octal 77 24 15 0 104 117 113 10 102 17
Binary 111111 10100 1101 0 1000100 1001111 1001011 1000 1000010 1111

Color Harmonies of #3F140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F140D

Black with #3F140D

Text Example


Text Example

White with #3F140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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