Html Css Color HEX #3F140E Seal Brown

📋 copy color: '#3F140E'

red 63 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #3F140E

Tints of Seal Brown #3F140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 64.95%
G = 20.62%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#3F140E (or 0x3F140E) is known color: Seal Brown. HEX triplet: 3F, 14 and 0E. RGB value is (63,20,14). Sum of RGB (Red+Green+Blue) = 63+20+14=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F140E is #C0EBF1. Grayscale: #202020. Windows color (decimal): -12643314 or 922687. OLE color: 922687.

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

Color convert

RGB 63 20 14 -
CMYK 0 0.68 0.78 0.75
HSL 7.35º 0.64% 0.15% -
HSV(B) 7.35º 0.78% 0.25% -
XYZ 2.38 1.59 0.6 -
YUV 32.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 63 20 14 0 0.68 0.78 0.75 7.35 0.64 0.15
Hex 3F 14 E 0 44 4E 4B 7 40 F
Octal 77 24 16 0 104 116 113 7 100 17
Binary 111111 10100 1110 0 1000100 1001110 1001011 111 1000000 1111

Color Harmonies of #3F140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F140E

Black with #3F140E

Text Example


Text Example

White with #3F140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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